summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 00:17:37 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 00:17:37 +0000
commit1b70993207ca8e4104bf87a5a3affd9b481413de (patch)
tree492e24e409e65b8dd5603ceab05363d2e37ae303 /Makefile
parenta8fe667267d362832302fda29ffb4be1977cdcd3 (diff)
Move -lutil.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 58b2e934..842aa311 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.132 2009-05-13 23:27:00 nicm Exp $
+# $Id: Makefile,v 1.133 2009-05-14 00:17:37 nicm Exp $
.SUFFIXES: .c .o
.PHONY: clean
@@ -11,7 +11,7 @@ CC?= cc
CFLAGS+= -DBUILD="\"$(VERSION)\""
CPPFLAGS:= -I. -I- -I/usr/local/include ${CPPFLAGS}
LDFLAGS+= -L/usr/local/lib
-LIBS+= -lutil -lncurses
+LIBS+= -lncurses
.ifdef FDEBUG
LDFLAGS+= -Wl,-E