X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d572bb7513361b8f761e66e2559774bad7a62b02..922ba68045d84789ab1dfceb4d1aa1b6e2c5e810:/utils/hhp2cached/Makefile.in diff --git a/utils/hhp2cached/Makefile.in b/utils/hhp2cached/Makefile.in index fe5e0c07e4..38cef34494 100644 --- a/utils/hhp2cached/Makefile.in +++ b/utils/hhp2cached/Makefile.in @@ -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)