X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5dab6765c0d309a2b3b350723d355d485a6ea5b8..d9207cc82635a45b05d1c56868efa680dc2094be:/samples/help/Makefile.in diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index a335c6fbde..1ab0a6a898 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -13,9 +13,10 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/help -PROGRAM=help +PROGRAM=demo -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)