projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ignore process serial number command line argument (-psn) passed to application
[wxWidgets.git]
/
utils
/
Makefile.in
diff --git
a/utils/Makefile.in
b/utils/Makefile.in
index 332c37b60a6291e9d9245b0962d243c212de0bd9..141bfa23da3b84700131be3bee37e42c96989f4f 100644
(file)
--- a/
utils/Makefile.in
+++ b/
utils/Makefile.in
@@
-2,9
+2,11
@@
# Makefile : Builds wxWindows utils for Unix.
#
# Makefile : Builds wxWindows utils for Unix.
#
+UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged
+
all:
all:
-
cd wxMMedia2; mak
e
+
@for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); don
e
clean:
clean:
- cd wxMMedia2; make clean
+ @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done