From e9ef8e97bf5b4660a771a81de0472aa58d9f972c Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Mon, 24 Oct 2011 15:21:08 -0700 Subject: Makefile: current LIBS line has a lot of unnecessary and problematic stuff. Replace it with just "-lreadline" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67c42696..e7470c5d 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(patsubst %, -I%, $(MODULES) CXXFLAGS += $(CFLAGS) #LIBS := -m32 -ldl -rdynamic -lreadline -ltermcap -LIBS := -ldl /usr/lib64/libreadline.a /usr/lib64/libncurses.a -rdynamic +LIBS := -lreadline SRC := GARBAGE := core core.* *.stackdump ./tags $(PROG) -- cgit v1.2.3