remove superfluous LIBS=. (leftover from work on --disable-statc)

master
Henry Kroll III 2010-04-28 16:15:19 -07:00
parent 209caeedee
commit c7a4e11bf1
1 changed files with 0 additions and 1 deletions

View File

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