diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 415cca3..2cf1b3d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2909,4 +2909,7 @@ endif # Dependencies. -include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files)) +# Disable implicit make rules. +include $(srcdir)/disable-implicit-rules.mk + ### end of the gdb Makefile.in. |