projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't process VK_OEM_XXX key presses
[wxWidgets.git]
/
samples
/
html
/
helpview
/
Makefile.in
diff --git
a/samples/html/helpview/Makefile.in
b/samples/html/helpview/Makefile.in
index f07afcab8ca19483526b373c09e366e50ba046dd..f744e9f56254a680fbe560ca766dd50a853608d0 100644
(file)
--- a/
samples/html/helpview/Makefile.in
+++ b/
samples/html/helpview/Makefile.in
@@
-19,7
+19,9
@@
DATAFILES = test.zip
PROGRAM=helpview
PROGRAM=helpview
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
include ../../../src/makeprog.env
+-include $(DEPFILES)