Use exec cc instead of cc (ast)

This commit is contained in:
Ben Gras
2005-09-07 08:43:25 +00:00
parent 2c34983afc
commit 5f2d97dfe6
40 changed files with 47 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ BINDIR = /usr/bin
# Flags you may want to add to CFLAGS:
# -DHAS_STDC=0 or 1 We have Standard C. Default=1 iff __STDC__ is nonzero.
CC = cc
CC = exec cc
CFLAGS = -D_POSIX_SOURCE
LDFLAGS = -i