Bug in utoi(), which made it ignore a leading minus sign when
[sgt/halibut] / Makefile
index a193620..6af0dc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,6 @@ else
 # The `real' makefile part.
 
 CFLAGS += -Wall -W -ansi -pedantic
-LIBS += -lm
 
 ifdef TEST
 CFLAGS += -DLOGALLOC
@@ -87,7 +86,7 @@ endif
 ifdef VER
 VDEF = -DVERSION=\"$(VER)\"
 else
-VDEF = `(cd $(SRC); md5sum -c manifest >& /dev/null && cat version)`
+VDEF = `(cd $(SRC); md5sum -c manifest >/dev/null 2>&1 && cat version)`
 endif
 
 all: halibut
@@ -107,7 +106,7 @@ CFLAGS += -I$(LIBCHARSET_SRCDIR) -I$(LIBCHARSET_OBJDIR)
 include $(LIBCHARSET_SRCDIR)Makefile
 
 MODULES := main malloc ustring error help licence version misc tree234
-MODULES += input in_afm in_pf keywords contents index biblio
+MODULES += input in_afm in_pf in_sfnt keywords contents index biblio
 MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf
 MODULES += winhelp deflate psdata wcwidth