projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't try to remove -g flag from CFLAGS, it is not necessary and doesn't work correct...
[wxWidgets.git]
/
samples
/
minifram
/
Makefile.in
diff --git
a/samples/minifram/Makefile.in
b/samples/minifram/Makefile.in
index 3eb87d9294633e824e31e5900dde0816fb8332af..203ae4f9d42fe31f609ded7cb41e82145cbffa9e 100644
(file)
--- a/
samples/minifram/Makefile.in
+++ b/
samples/minifram/Makefile.in
@@
-12,4
+12,4
@@
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
--include $(DEPFILES)
+
@IF_GNU_MAKE@
-include $(DEPFILES)