aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-08-30 19:45:05 +0000
committerKen Raeburn <raeburn@cygnus>1994-08-30 19:45:05 +0000
commit1fde209cc118c37fbf44743c1fd5d49f2a2969d7 (patch)
tree9012870a3c52821758e2969a35d3d70e3c8a3853 /binutils
parent0822b56d6697291674d9b15a2ca22f58c8deb2df (diff)
downloadgdb-1fde209cc118c37fbf44743c1fd5d49f2a2969d7.zip
gdb-1fde209cc118c37fbf44743c1fd5d49f2a2969d7.tar.gz
gdb-1fde209cc118c37fbf44743c1fd5d49f2a2969d7.tar.bz2
rewrite sanitize lines so as not to confuse bsd make
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/Makefile.in4
1 files 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 \