X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..2adfb497e666354303ea6bb0e468f1e53811ad55:/samples/text/Makefile.in

diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in
index 52eaf8abd2..4fb7723ea2 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
 
-PROGRAM=controls
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)