X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e442cc0d9df3f79601aeaea6de76de7738c8e652..ab252f7b29379d786302b563f97cb8d0ee2a1246:/samples/newgrid/Makefile.in?ds=sidebyside 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)