X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eb9501e82213e500a5969acf9c3b2d2c0768a4f..a2d541ca9c552d1a30ba75970968a7a220f4955a:/samples/text/Makefile.in?ds=inline diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index 95905cc42a..4fb7723ea2 100644 --- a/samples/text/Makefile.in +++ b/samples/text/Makefile.in @@ -13,10 +13,11 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/text - PROGRAM=text -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)