From c7a4e11bf1489b33047df240c50b5c1010a3536c Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Wed, 28 Apr 2010 16:15:19 -0700 Subject: [PATCH] remove superfluous LIBS=. (leftover from work on --disable-statc) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d2e78839..75b56013 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ include $(TOP)/config.mak CFLAGS+=-g -Wall CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC LIBS_P= -LIBS=. ifneq ($(GCC_MAJOR),2) CFLAGS+=-fno-strict-aliasing