]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/memcheck/Makefile.in
inserted @IF_GNU_MAKE@ to allow building with other make versions
[wxWidgets.git] / samples / memcheck / Makefile.in
index 35e8a9762308031d5fba0b00646c364cdc5d854f..267812442fd820017d9784cfc17b7c74f3bf05a6 100644 (file)
@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)