# HG changeset patch # User Matt Johnston # Date 1168495389 0 # Node ID 24b425be5718ee86c6fbe9c4eca80f145c3b8fd9 # Parent 00fcf50451607f3ac5f215e86bef406f0851d281 fix missing endif diff -r 00fcf5045160 -r 24b425be5718 libtommath/Makefile.in --- a/libtommath/Makefile.in Thu Jan 11 04:29:08 2007 +0000 +++ b/libtommath/Makefile.in Thu Jan 11 06:03:09 2007 +0000 @@ -27,6 +27,8 @@ #debug #CFLAGS += -g3 +endif + #install as this user ifndef INSTALL_GROUP GROUP=wheel