]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/Makefile.in
Spelling correction.
[wxWidgets.git] / samples / controls / Makefile.in
index b45769f16f807158b33446678410cbad7fb20535..8bb05cc7e6daf68cfba96ad33fe61ac17fdb8fcd 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/controls
 
 PROGRAM=controls
 
 
 PROGRAM=controls
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)