projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Better alphabetized the event handler macros
[wxWidgets.git]
/
contrib
/
utils
/
Makefile.in
diff --git
a/contrib/utils/Makefile.in
b/contrib/utils/Makefile.in
index ac939a3f587d883ff6641d4669a52c12f56bc142..c9e8b674b5eac28b48a41a4b5d8df3874e0fd42a 100644
(file)
--- a/
contrib/utils/Makefile.in
+++ b/
contrib/utils/Makefile.in
@@
-1,6
+1,6
@@
# $Id$
-CONTRIB_UTILS=wxrc
wxrc
edit convertrc
+CONTRIB_UTILS=wxrcedit convertrc
all:
@for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done