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:
c94d595
)
run make in lib/ two times: before and after lib/pdf/
author
Matthias Kramm
<kramm@quiss.org>
Sun, 18 Jan 2009 20:33:29 +0000
(12:33 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Sun, 18 Jan 2009 20:33:29 +0000
(12:33 -0800)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
476a43e
..
1963683
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-6,6
+6,8
@@
include ./Makefile.common
all install uninstall clean:
@echo making $@ in m4...
cd m4;$(MAKE) $@
+ @echo making $@ in lib...
+ cd lib;$(MAKE) $@
@echo making $@ in lib/pdf...
cd lib/pdf;$(MAKE) $@
@echo making $@ in lib...