From b13f208bf3baba3c66df6cff85cc6e4153f3175e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 17 Feb 2012 00:35:37 -0800 Subject: [PATCH] Makefile updated to print less information. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a9823232..2398c578f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(ARCHFLAGS) -I$(PWD) CXXFLAGS += $(CFLAGS) #LIBS := -m32 -ldl -rdynamic -lreadline -ltermcap -LIBS := -lreadline +LIBS := -ldl -lreadline SRC := GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags