projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use specific linker flags under Mac OS X when linking executables against the
[wxWidgets.git]
/
samples
/
exec
/
Makefile.in
diff --git
a/samples/exec/Makefile.in
b/samples/exec/Makefile.in
index a5dbfee06774e40ed16affc2a3265d526e09a121..f463cecec777138233178844b9f9e6251c805167 100644
(file)
--- a/
samples/exec/Makefile.in
+++ b/
samples/exec/Makefile.in
@@
-7,7
+7,9
@@
program_dir = samples/exec
PROGRAM=exec
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)