diff options
author | Baruch Sterin <baruchs@gmail.com> | 2011-10-24 15:21:08 -0700 |
---|---|---|
committer | Baruch Sterin <baruchs@gmail.com> | 2011-10-24 15:21:08 -0700 |
commit | e9ef8e97bf5b4660a771a81de0472aa58d9f972c (patch) | |
tree | 2eb5c90a61a4c489a9d1c09462c3a0b103ab9b27 /Makefile | |
parent | 88c36d9d657f478cd9cd736eeed91a186cb73815 (diff) | |
download | abc-e9ef8e97bf5b4660a771a81de0472aa58d9f972c.tar.gz abc-e9ef8e97bf5b4660a771a81de0472aa58d9f972c.tar.bz2 abc-e9ef8e97bf5b4660a771a81de0472aa58d9f972c.zip |
Makefile: current LIBS line has a lot of unnecessary and problematic stuff. Replace it with just "-lreadline"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |