projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed leaks from Forty demo
[wxWidgets.git]
/
samples
/
scrollsub
/
Makefile.in
diff --git
a/samples/scrollsub/Makefile.in
b/samples/scrollsub/Makefile.in
index 9e145a5cd146f866e65d8dda1c0d4104f18889e3..7d493dd34658bca3d22b24b5723fd5500fd2206c 100644
(file)
--- a/
samples/scrollsub/Makefile.in
+++ b/
samples/scrollsub/Makefile.in
@@
-15,7
+15,9
@@
program_dir = samples/scrollsub
PROGRAM=scrollsub
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)