Replace MINUS_G with CFLAGS.

This commit is contained in:
Fred Fish
1992-04-22 21:44:58 +00:00
parent 9ea9f1ec6a
commit 952131da03

View File

@ -7,7 +7,7 @@
# Unfortunately though, the AT&T compiler sometimes generates code that # Unfortunately though, the AT&T compiler sometimes generates code that
# the assembler barfs on if -g is used, so disable it by default as well. # the assembler barfs on if -g is used, so disable it by default as well.
CC = /usr/ccs/ATT/cc CC = /usr/ccs/ATT/cc
MINUS_G = CFLAGS =
SYSV_DEFINE=-DSYSV SYSV_DEFINE=-DSYSV
REGEX=regex.o REGEX=regex.o