projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxX11:
[wxWidgets.git]
/
samples
/
internat
/
Makefile.in
diff --git
a/samples/internat/Makefile.in
b/samples/internat/Makefile.in
index 37fb5e14326bd13edc989e75f8d0c1b1d02f6cb1..eb2a53425fa8f5c76017a0e264cbae7eaf287183 100644
(file)
--- a/
samples/internat/Makefile.in
+++ b/
samples/internat/Makefile.in
@@
-21,7
+21,9
@@
DATADIRS=fr de ru
PROGRAM=internat
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)