summaryrefslogtreecommitdiffhomepage
path: root/libtommath
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-01-11 06:03:09 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-01-11 06:03:09 +0000
commitc88f3eb2a479ce27db83f1b9deac0784270260b4 (patch)
tree9cee3f7adc1e363cc08d971b0fb7a232b375ded0 /libtommath
parent943636c3e13f50bc0e29c5f69974541a296a3be2 (diff)
fix missing endif
--HG-- extra : convert_revision : 03bf5b3717b0209ac382c00e291b741d755cbc1f
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in
index 21dda19..961b92a 100644
--- a/libtommath/Makefile.in
+++ b/libtommath/Makefile.in
@@ -27,6 +27,8 @@ ifndef IGNORE_SPEED
#debug
#CFLAGS += -g3
+endif
+
#install as this user
ifndef INSTALL_GROUP
GROUP=wheel