X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5dab6765c0d309a2b3b350723d355d485a6ea5b8..4f3449b43280a855e57280e6848610ea9fdaa3bb:/samples/help/Makefile.in diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index a335c6fbde..ef4f2ae6a7 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -15,7 +15,8 @@ program_dir = samples/help PROGRAM=help -OBJECTS=demo.o +OBJECTS =demo.o +DEPFILES=demo.d DATADIRS=doc DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \ @@ -42,4 +43,4 @@ DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \ include ../../src/makeprog.env - +-include $(DEPFILES)