]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/Makefile.in
Further fixes to references
[wxWidgets.git] / samples / html / helpview / Makefile.in
index 747c790b192f0b5e26d29f7379f26f1cf7bd7066..706c0e7f476ccf2a5dab378de4016916d67a058a 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/helpview
 
@@ -19,7 +19,9 @@ DATAFILES = test.zip
 
 PROGRAM=helpview
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)