rewrite sanitize lines so as not to confuse bsd make

This commit is contained in:
Ken Raeburn
1994-08-30 19:45:05 +00:00
parent 0822b56d66
commit 1fde209cc1

View File

@@ -47,11 +47,11 @@ INSTALL = install -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
$(start-sanitize-chill)
# start-sanitize-chill
CFLAGS = -g
CHILLFLAGS = $(CFLAGS)
CHILL_LIB = -lchill
$(end-sanitize-chill)
# end-sanitize-chill
CC_FOR_TARGET = ` \
if [ -f $${rootme}/../../gcc/xgcc ] ; then \