Makefiles: Disable suffix rules and implicit rules
[deliverable/binutils-gdb.git] / gdb / testsuite / Makefile.in
index 29897abea1ff47fd9d40da7322f756229e6bd58e..ad1dab218465b40edce81c0d58066929473829cf 100644 (file)
@@ -372,3 +372,6 @@ read1.so: lib/read1.c
 # Build the read1 machinery.
 .PHONY: read1
 read1: read1.so expect-read1
+
+# Disable implicit make rules.
+include $(srcdir)/../disable-implicit-rules.mk
This page took 0.024122 seconds and 4 git commands to generate.