From c88f3eb2a479ce27db83f1b9deac0784270260b4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 11 Jan 2007 06:03:09 +0000 Subject: fix missing endif --HG-- extra : convert_revision : 03bf5b3717b0209ac382c00e291b741d755cbc1f --- libtommath/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3