Makefiles: Disable suffix rules and implicit rules
[deliverable/binutils-gdb.git] / gdb / data-directory / Makefile.in
index 51b5c2ab40887e43ed3309bc41f261da6b717bdb..d27765e09d1af27cfe70acda4cc366e1b6cc7098 100644 (file)
@@ -412,3 +412,6 @@ MAKEOVERRIDES=
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        cd $(top_builddir) && $(MAKE) data-directory/Makefile
+
+# Disable implicit make rules.
+include $(srcdir)/../disable-implicit-rules.mk
This page took 0.024449 seconds and 4 git commands to generate.