inserted @IF_GNU_MAKE@ to allow building with other make versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-25 11:31:21 +00:00
parent 35e92fbf1b
commit 27fd024644
74 changed files with 74 additions and 74 deletions

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)