]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/Makefile.in
fix build for borland 5.0
[wxWidgets.git] / samples / dialogs / Makefile.in
index 92f593f0100f13e55215f3ddeb026db3539d02f2..36c3a0cb3e769a8bd23b8fc21fb70a48fa6a559f 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for dialogs example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/dialogs
 
@@ -17,7 +17,9 @@ DATAFILES=tips.txt
 
 PROGRAM=dialogs
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)