From 1fde209cc118c37fbf44743c1fd5d49f2a2969d7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 30 Aug 1994 19:45:05 +0000 Subject: [PATCH] rewrite sanitize lines so as not to confuse bsd make --- binutils/testsuite/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 55a135f..16189a5 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -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 \ -- 2.7.4