]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/Makefile.in
compilation fix for BC++ (hopefully)
[wxWidgets.git] / samples / sashtest / Makefile.in
index 5e2670d751369c37c1ad60bf7db5bd0ec68c31b8..c7a5981288f3495b2b630d7cbe8fc0b9ff0ab984 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/sashtest
 
 PROGRAM=sashtest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)