From: Mark Kettenis Date: Sat, 8 Feb 2014 11:36:17 +0000 (+0100) Subject: A phony target should not be a prerequisite of a real target file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a6bd22df74bb5b6ffa30c3b10243a34d9055c32;p=binutils-gdb.git A phony target should not be a prerequisite of a real target file gdb/ChangeLog: * 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 c2c9236fb26..bb64a2334f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-02-08 Mark Kettenis + + * Makefile.in (all-lib): Remove. + ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target. + 2014-02-07 Doug Evans * extension-priv.h (extension_language_script_ops): Add comment. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e71455060c8..09766150946 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1265,10 +1265,8 @@ gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS) $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES) # Convenience rule to handle recursion. -$(LIBGNU) $(GNULIB_H): all-lib -all-lib: $(GNULIB_BUILDDIR)/Makefile +$(LIBGNU) $(GNULIB_H): $(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