X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..79f1d86caf80f0058a77be64377a4a2f281220d0:/samples/menu/Makefile.in?ds=sidebyside diff --git a/samples/menu/Makefile.in b/samples/menu/Makefile.in index 5722b20942..86345c00af 100644 --- a/samples/menu/Makefile.in +++ b/samples/menu/Makefile.in @@ -15,7 +15,9 @@ program_dir = samples/menu PROGRAM=menu -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)