projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed yet another bug in wxRegConfig::SetPath() - SetPath(../..) didn't work
[wxWidgets.git]
/
contrib
/
Makefile.in
diff --git
a/contrib/Makefile.in
b/contrib/Makefile.in
index 163174b4b943040baf6a408e2296ce410817e048..59844c4e6fddbad789665d4bdc1bb062d1c6012c 100644
(file)
--- a/
contrib/Makefile.in
+++ b/
contrib/Makefile.in
@@
-8,6
+8,8
@@
all:
clean:
cd src; make clean
cd samples; make clean
+ cd utils; make clean
+
samples:
cd samples; make