diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 06:03:09 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 06:03:09 +0000 |
commit | c88f3eb2a479ce27db83f1b9deac0784270260b4 (patch) | |
tree | 9cee3f7adc1e363cc08d971b0fb7a232b375ded0 /libtommath | |
parent | 943636c3e13f50bc0e29c5f69974541a296a3be2 (diff) |
fix missing endif
--HG--
extra : convert_revision : 03bf5b3717b0209ac382c00e291b741d755cbc1f
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/Makefile.in | 2 |
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 |