comparison libtommath/Makefile.in @ 392:24b425be5718

fix missing endif
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 06:03:09 +0000
parents 5ff8218bcee9
children 4d9511f98462
comparison
equal deleted inserted replaced
391:00fcf5045160 392:24b425be5718
24 #x86 optimizations [should be valid for any GCC install though] 24 #x86 optimizations [should be valid for any GCC install though]
25 #CFLAGS += -fomit-frame-pointer 25 #CFLAGS += -fomit-frame-pointer
26 26
27 #debug 27 #debug
28 #CFLAGS += -g3 28 #CFLAGS += -g3
29
30 endif
29 31
30 #install as this user 32 #install as this user
31 ifndef INSTALL_GROUP 33 ifndef INSTALL_GROUP
32 GROUP=wheel 34 GROUP=wheel
33 else 35 else