X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=58230980366587d0a1189f78f1b77b8308c0083d;hb=d0df06af9b70c5a6a2aa496437364f219e669067;hp=284559b030d9d0d7a96e166328363f5707260342;hpb=2ee0c9b3eedca5d1071870334d2721be80a77ea1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 284559b030..5823098036 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2644,6 +2644,10 @@ endif all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \ test-cp-name-parser.o +# All the .deps files to include. +all_deps_files = $(foreach dep,$(patsubst %.o,%.Po,$(all_object_files)),\ + $(dir $(dep))/$(DEPDIR)/$(notdir $(dep))) + # Ensure that generated files are created early. Use order-only # dependencies if available. They require GNU make 3.80 or newer, # and the .VARIABLES variable was introduced at the same time. @@ -2654,7 +2658,7 @@ $(all_object_files) : $(generated_files) endif # Dependencies. --include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files)) +-include $(all_deps_files) # Disable implicit make rules. include $(srcdir)/disable-implicit-rules.mk