]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/hhp2cached/Makefile.in
Applied FloodFill patch
[wxWidgets.git] / utils / hhp2cached / Makefile.in
index fe5e0c07e4410bda77a67600b90be2e1ce379ada..38cef34494bc55bc59954d79976a50ba84faf039 100644 (file)
@@ -1,7 +1,7 @@
 # Purpose: makefile for hhp2cached (UNIX).
 # Created: 2000-01-19
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = utils/hhp2cached
 
@@ -9,7 +9,9 @@ PROGRAM=hhp2cached
 
 
 OBJECTS=$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)