]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/Makefile.in
removed datacmn, not a base file any more
[wxWidgets.git] / samples / erase / Makefile.in
index 0d9ee554b0100f1dd5f4ed1215c0ed35c6505d11..7b440a622350671bf0a0143fe96c5ab273f931bf 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/erase
 
 PROGRAM=erase
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)