X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/text/Makefile.in?ds=sidebyside diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index 2e60e993ee..23e2948bd5 100644 --- a/samples/text/Makefile.in +++ b/samples/text/Makefile.in @@ -13,11 +13,11 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/text -DATAFILES = text.rc - PROGRAM=text -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)