Makefile: current LIBS line has a lot of unnecessary and problematic stuff. Replace it with just "-lreadline"

This commit is contained in:
Baruch Sterin 2011-10-24 15:21:08 -07:00
parent 88c36d9d65
commit e9ef8e97bf
1 changed files with 1 additions and 1 deletions

View File

@ -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)