diff options
| author | grischka <grischka> | 2013-01-30 18:39:09 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2013-01-30 18:39:09 +0100 |
| commit | 17cf0dcf7067355cfd3ee2020e389ef0c2bd753d (patch) | |
| tree | ae290a967453e82dd358600f1d92283717e3df48 /Makefile | |
| parent | 6ccee6edb32a2ef1115a65b00fca7812facb5280 (diff) | |
| download | tinycc-17cf0dcf7067355cfd3ee2020e389ef0c2bd753d.tar.gz tinycc-17cf0dcf7067355cfd3ee2020e389ef0c2bd753d.tar.bz2 | |
configure: use relative paths for in-tree build
Also
- move CPPFLAGS to Makefile
- Use top_srcdir in lib/Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ TOP ?= . include $(TOP)/config.mak VPATH = $(top_srcdir) +CPPFLAGS = -I$(TOP) # for config.h + CPPFLAGS_P=$(CPPFLAGS) -DCONFIG_TCC_STATIC CFLAGS_P=$(CFLAGS) -pg -static LIBS_P= |
