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:
fb17bc2
)
fixed dependencies. rfxlib used to get compiled always.
author
kramm
<kramm>
Sat, 27 Oct 2001 21:17:47 +0000
(21:17 +0000)
committer
kramm
<kramm>
Sat, 27 Oct 2001 21:17:47 +0000
(21:17 +0000)
lib/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index
9c0f552
..
213569a
100644
(file)
--- a/
lib/Makefile.in
+++ b/
lib/Makefile.in
@@
-124,9
+124,13
@@
install-am: all-am
install: install-am
uninstall-am:
uninstall: uninstall-am
-all-am: Makefile rfxswf.c log.c
+
+rfxswf.o: rfxswf.c
$(COMPILE) -c rfxswf.c
+log.o: log.c
$(COMPILE) -c log.c
+all-am: Makefile rfxswf.o log.o
+
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install