From: Doug Evans Date: Mon, 10 Feb 2014 01:39:08 +0000 (-0800) Subject: Revert Makefile.in patch to remove all-lib. X-Git-Tag: gdb-7.8-release~1382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac020ec5aef0e104cfe5b511ce90420950b44a90;p=platform%2Fupstream%2Fbinutils.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4027ad9..1e54611 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2014-02-09 Doug Evans + + 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. + 2014-02-09 Jan Kratochvil Fix Python stack corruption. 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