]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/Makefile.in
made operator==() and \!=() const (still doesn't make them correct probably)
[wxWidgets.git] / samples / html / help / Makefile.in
index 6189ec355e239afd5a94a5026c13d25233801d3f..0ce8432a5792b5527b666a056b86b257b6ff8c4e 100644 (file)
@@ -22,7 +22,9 @@ DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \
 
 PROGRAM=help
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)