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
/
notebook
/
Makefile.in
diff --git
a/samples/notebook/Makefile.in
b/samples/notebook/Makefile.in
index 58b5cda9798582fa537e661cb26c2b0610e56a65..b19da0e028be23a631a414d89ddbfa8536592986 100644
(file)
--- a/
samples/notebook/Makefile.in
+++ b/
samples/notebook/Makefile.in
@@
-7,7
+7,9
@@
program_dir = samples/notebook
PROGRAM=notebook
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)