aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-04-28 16:15:19 -0700
committerHenry Kroll III <henry@comptune.com>2010-04-28 16:15:19 -0700
commitc7a4e11bf1489b33047df240c50b5c1010a3536c (patch)
treea58de05f77c4d7100bd79a38ec03eb8a780b0a9a /Makefile
parent209caeedeee1f7fd154dbd0c5ea908314f6a2f87 (diff)
downloadtinycc-c7a4e11bf1489b33047df240c50b5c1010a3536c.tar.gz
tinycc-c7a4e11bf1489b33047df240c50b5c1010a3536c.tar.bz2
remove superfluous LIBS=. (leftover from work on --disable-statc)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2e7883..75b5601 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