summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-14 16:53:44 +0000
committerWerner Koch <wk@gnupg.org>1998-09-14 16:53:44 +0000
commitc613d13404151eae6dcf8d5c8c26fe011d7e2168 (patch)
tree96c6b5efafc27009bcd0115c76521c5b26bea2f4
parent91e0657206cc084d6877d6da26e3475f8f82c612 (diff)
downloadlibgcrypt-c613d13404151eae6dcf8d5c8c26fe011d7e2168.tar.gz
version 0.3.5V0-3-5
-rw-r--r--cipher/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index a96694ce..5f0784c6 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -46,10 +46,12 @@ EXTRA_twofish_SOURCES = twofish.c
tiger: $(srcdir)/tiger.c
- $(COMPILE) -shared -fPIC -O1 -o tiger $(srcdir)/tiger.c
+ `echo $(COMPILE) -shared -fPIC -o tiger $(srcdir)/tiger.c | \
+ sed -e 's/-O2/-O1/' `
twofish: $(srcdir)/twofish.c
- $(COMPILE) -shared -fPIC -o twofish $(srcdir)/twofish.c
+ `echo $(COMPILE) -shared -fPIC -o twofish $(srcdir)/twofish.c | \
+ sed -e 's/-O2/ /' `
install-exec-hook: