git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb635d6
)
fixed recursive make bug
author
kramm
<kramm>
Sat, 23 Jul 2005 08:24:32 +0000
(08:24 +0000)
committer
kramm
<kramm>
Sat, 23 Jul 2005 08:24:32 +0000
(08:24 +0000)
lib/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index
e17ce3b
..
f2076eb
100644
(file)
--- a/
lib/Makefile.in
+++ b/
lib/Makefile.in
@@
-34,9
+34,9
@@
rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(rfxswf_modules) $(
$(C) rfxswf.c -o $@
$(lame_objects):
- cd lame;make all;cd ..
+ cd lame;$(MAKE) all;cd ..
$(actioncompiler_objects):
- cd action;make all;cd ..
+ cd action;$(MAKE) all;cd ..
art/libart$(A):
cd art; $(MAKE) libart$(A);cd ..