projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrections for compilation under Mac OS X
[wxWidgets.git]
/
samples
/
erase
/
Makefile.in
diff --git
a/samples/erase/Makefile.in
b/samples/erase/Makefile.in
index 0d9ee554b0100f1dd5f4ed1215c0ed35c6505d11..4c534ac7b89a854be17662862a25559220f54ad7 100644
(file)
--- a/
samples/erase/Makefile.in
+++ b/
samples/erase/Makefile.in
@@
-15,7
+15,9
@@
program_dir = samples/erase
PROGRAM=erase
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+-include $(DEPFILES)