summaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-14 18:53:44 +0200
committerWerner Koch <wk@gnupg.org>1998-09-14 18:53:44 +0200
commitd8b888e7322b6c49f157319d561e5d252241485c (patch)
treee18669f087982c3c325220badcef6477ce9bea9e /cipher/Makefile.am
parentNew release (diff)
downloadgnupg2-d8b888e7322b6c49f157319d561e5d252241485c.tar.xz
gnupg2-d8b888e7322b6c49f157319d561e5d252241485c.zip
version 0.3.5V0-3-5
Diffstat (limited to '')
-rw-r--r--cipher/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index a96694ce1..5f0784c67 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: