projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made operator==() and \!=() const (still doesn't make them correct probably)
[wxWidgets.git]
/
samples
/
layout
/
Makefile.in
diff --git
a/samples/layout/Makefile.in
b/samples/layout/Makefile.in
index 7df417f15347b4b5ee1b63d24fd7965fb6d3938b..c2d781cc8ccfbeb1fe0882d0de377b50628bf1f3 100644
(file)
--- a/
samples/layout/Makefile.in
+++ b/
samples/layout/Makefile.in
@@
-15,7
+15,9
@@
program_dir = samples/layout
PROGRAM=layout
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)