X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1987af7e9f5685198b0c19e2326eebf7e56b7834..decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0:/samples/menu/Makefile.in

diff --git a/samples/menu/Makefile.in b/samples/menu/Makefile.in
index 75b8753d7a..d3e5ef4c31 100644
--- a/samples/menu/Makefile.in
+++ b/samples/menu/Makefile.in
@@ -9,13 +9,15 @@
 #
 # Makefile for minimal example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/menu
 
 PROGRAM=menu
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)