projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stop GCC from complaining about unhandled enumeration values.
[wxWidgets.git]
/
demos
/
forty
/
Makefile.in
diff --git
a/demos/forty/Makefile.in
b/demos/forty/Makefile.in
index be6a2d560065213117cc2b474378b0204767d8b8..d6d73b85d774f351650df8d1e743b834d86143e9 100644
(file)
--- a/
demos/forty/Makefile.in
+++ b/
demos/forty/Makefile.in
@@
-20,4
+20,4
@@
DEPFILES=$(PROGRAM).d canvas.d card.d game.d pile.d playerdg.d scoredg.d scorefi
include ../../src/makeprog.env
--include $(DEPFILES)
+
@IF_GNU_MAKE@
-include $(DEPFILES)