Makefiles: Disable suffix rules and implicit rules
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 415cca3f39a332877e69d7e9f60e8e30b50fa6d1..2cf1b3d120808b5a1be1a49c017997235a290940 100644 (file)
@@ -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.
This page took 0.023735 seconds and 4 git commands to generate.