aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-02-09 17:39:08 -0800
committerDoug Evans <xdje42@gmail.com>2014-02-09 17:39:08 -0800
commitac020ec5aef0e104cfe5b511ce90420950b44a90 (patch)
treebf433754f2bcb15da3c3fe2505ac820eee4d800e /gdb/Makefile.in
parent63495f2e58a8106bbbc58c2131ab93a8efc8215f (diff)
downloadbinutils-ac020ec5aef0e104cfe5b511ce90420950b44a90.zip
binutils-ac020ec5aef0e104cfe5b511ce90420950b44a90.tar.gz
binutils-ac020ec5aef0e104cfe5b511ce90420950b44a90.tar.bz2
Revert Makefile.in patch to remove all-lib.
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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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