X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..18a1f588e7f9c71b4941da549a9ff4370675818c:/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)