]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/memcheck/Makefile.in
new VC++ templates and project files generated from them: now use only one
[wxWidgets.git] / samples / memcheck / Makefile.in
index a78ba2a0931ebb0c2172959f441b6aca4498849d..35e8a9762308031d5fba0b00646c364cdc5d854f 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/memcheck
 
 PROGRAM=memcheck
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)