X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a5137d74ab4f665603d8c8c6518ad4464fc8917..c822ad5a5e30a21ca3340af644bf79804cf7c777:/samples/scroll/Makefile.in?ds=sidebyside

diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in
index 7a2e94e208..53529d2bd4 100644
--- a/samples/scroll/Makefile.in
+++ b/samples/scroll/Makefile.in
@@ -9,12 +9,15 @@
 #
 # Makefile for scroll example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/scroll
 
 PROGRAM=scroll
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)