X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..8f974c520a8733158591891458fda10fae4c3950:/demos/poem/Makefile.in diff --git a/demos/poem/Makefile.in b/demos/poem/Makefile.in index e1eccbd6d6..874acd7b76 100644 --- a/demos/poem/Makefile.in +++ b/demos/poem/Makefile.in @@ -17,7 +17,9 @@ DATAFILES = wxpoem.txt wxpoem.dat PROGRAM=wxpoem -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)