X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/669a6e11aed1f150d1f67ed963039c4af1cd90bc..39178e3bdf1944bb73ee64586ba2390c505bee24:/samples/font/Makefile.in diff --git a/samples/font/Makefile.in b/samples/font/Makefile.in index 24a74c82df..69124b152c 100644 --- a/samples/font/Makefile.in +++ b/samples/font/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for font example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/font PROGRAM=font -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)