diff options
| author | Henry Kroll III <henry@comptune.com> | 2010-04-28 16:15:19 -0700 |
|---|---|---|
| committer | Henry Kroll III <henry@comptune.com> | 2010-04-28 16:15:19 -0700 |
| commit | c7a4e11bf1489b33047df240c50b5c1010a3536c (patch) | |
| tree | a58de05f77c4d7100bd79a38ec03eb8a780b0a9a /Makefile | |
| parent | 209caeedeee1f7fd154dbd0c5ea908314f6a2f87 (diff) | |
| download | tinycc-c7a4e11bf1489b33047df240c50b5c1010a3536c.tar.gz tinycc-c7a4e11bf1489b33047df240c50b5c1010a3536c.tar.bz2 | |
remove superfluous LIBS=. (leftover from work on --disable-statc)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
