From ac020ec5aef0e104cfe5b511ce90420950b44a90 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 9 Feb 2014 17:39:08 -0800 Subject: Revert Makefile.in patch to remove all-lib. Revert this patch (which I approved, mea culpa). 2014-02-08 Mark Kettenis * Makefile.in (all-lib): Remove. ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target. --- gdb/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0976615..e714550 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1265,8 +1265,10 @@ gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS) $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES) # Convenience rule to handle recursion. -$(LIBGNU) $(GNULIB_H): $(GNULIB_BUILDDIR)/Makefile +$(LIBGNU) $(GNULIB_H): all-lib +all-lib: $(GNULIB_BUILDDIR)/Makefile @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=$(GNULIB_BUILDDIR) subdir_do +.PHONY: all-lib # Convenience rule to handle recursion. .PHONY: all-data-directory -- cgit v1.1