Revert Makefile.in patch to remove all-lib.
authorDoug Evans <xdje42@gmail.com>
Mon, 10 Feb 2014 01:39:08 +0000 (17:39 -0800)
committerDoug Evans <xdje42@gmail.com>
Mon, 10 Feb 2014 01:39:08 +0000 (17:39 -0800)
Revert this patch (which I approved, mea culpa).

2014-02-08  Mark Kettenis  <kettenis@gnu.org>

* Makefile.in (all-lib): Remove.
($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.

gdb/ChangeLog
gdb/Makefile.in

index 4027ad9ecc77cdf4246292f41f97bf7439860e2f..1e54611a86be75a5b0af82fe4c0166623b24893f 100644 (file)
@@ -1,3 +1,12 @@
+2014-02-09  Doug Evans  <xdje42@gmail.com>
+
+       Revert this patch (which I approved, mea culpa).
+
+       2014-02-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.in (all-lib): Remove.
+       ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
+
 2014-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix Python stack corruption.
index 09766150946002818e789e8825840f76d73e3937..e71455060c8eb5ed1d2ecb1de88fb3e1cc7f92e9 100644 (file)
@@ -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
This page took 0.027942 seconds and 4 git commands to generate.