projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't generate an endless stream of asserts for the 0-sized images
[wxWidgets.git]
/
samples
/
grid
/
Makefile.in
diff --git
a/samples/grid/Makefile.in
b/samples/grid/Makefile.in
index 756d62e45406777b0ab6c67e7a3ff75b5d4dc2aa..417e793d9674c3816d926f18eef75a622099010c 100644
(file)
--- a/
samples/grid/Makefile.in
+++ b/
samples/grid/Makefile.in
@@
-7,7
+7,10
@@
program_dir = samples/grid
PROGRAM=grid
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)
+