]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
Replaced /'s with \'s as BCC requires \'s for path names
[wxWidgets.git] / demos / poem / Makefile.in
index e1eccbd6d609199a3996d697b3b3e69d0f617e70..874acd7b76276f45059ac4a5fb863da41cbcea73 100644 (file)
@@ -17,7 +17,9 @@ DATAFILES = wxpoem.txt wxpoem.dat
 
 PROGRAM=wxpoem
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)