X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddc8c2e3abd656601dfba93ea1eab42aeeaededf..a111f2b216a90bacb254644d3cae526eddc9f9f1:/samples/text/Makefile.in diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index 01ee0927d1..23e2948bd5 100644 --- a/samples/text/Makefile.in +++ b/samples/text/Makefile.in @@ -9,15 +9,15 @@ # # Makefile for text example (UNIX). -top_srcdir = @top_srcdir@ +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)