X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..33b494d643e42a2e2963987cbc3637f4593ea43a:/samples/dragimag/Makefile.in diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index 5fac7499b9..a43b4b5936 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -8,7 +8,9 @@ program_dir = samples/dragimag PROGRAM=dragimag DATAFILES=backgrnd.png shape01.png shape02.png shape03.png -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)