projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
store CodeWarrior 5.3 projects as xml instead of binary projects
[wxWidgets.git]
/
samples
/
html
/
about
/
Makefile.in
diff --git
a/samples/html/about/Makefile.in
b/samples/html/about/Makefile.in
index 4911c00df735777dcb0c1e522b479258fc2c3bff..02461c972607c1420ad9ee3580ff4efd9a541b0d 100644
(file)
--- a/
samples/html/about/Makefile.in
+++ b/
samples/html/about/Makefile.in
@@
-18,7
+18,9
@@
DATAFILES = data/about.htm data/logo.png
PROGRAM=about
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
+-include $(DEPFILES)