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
+1
View File
@@ -5,6 +5,7 @@
CFLAGS = -D_MINIX -D_POSIX_SOURCE
CCLD = $(CC) -i $(CFLAGS)
MAKE = exec make -$(MAKEFLAGS)
CC = exec cc
ALL = \
atnormalize \