X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e442cc0d9df3f79601aeaea6de76de7738c8e652..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/newgrid/Makefile.in?ds=inline diff --git a/samples/newgrid/Makefile.in b/samples/newgrid/Makefile.in index 8260e2f1e5..8634d336c7 100644 --- a/samples/newgrid/Makefile.in +++ b/samples/newgrid/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for new wxGrid example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/newgrid @@ -17,7 +17,9 @@ DATAFILES = PROGRAM=griddemo -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)