X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1987af7e9f5685198b0c19e2326eebf7e56b7834..34bbbc276dc470014c8d200cfbbf7f588076aeaf:/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)