X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65045edde4a36217aebb214d841b658f28eb6ac7..3baaf31317b1380ba9f33f8a23ff04bd20356d63:/samples/text/Makefile.in?ds=sidebyside diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index fc853c6528..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.cpp - PROGRAM=text -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)