projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A fix for attribrute sorting, but it's still broken if there are
[wxWidgets.git]
/
samples
/
minimal
/
Makefile.in
diff --git
a/samples/minimal/Makefile.in
b/samples/minimal/Makefile.in
index 7185ea5865d0320987eccfc278964c428a1bc78c..7c63b14e741c3d0253a15eb6d7f23d8210eef0ee 100644
(file)
--- a/
samples/minimal/Makefile.in
+++ b/
samples/minimal/Makefile.in
@@
-15,7
+15,9
@@
program_dir = samples/minimal
PROGRAM=minimal
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+-include $(DEPFILES)