From 06f98d49084b27a742e4ab34d539be17c3c6eb13 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 26 May 1994 00:12:21 +0000 Subject: [PATCH] * Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of sanitize-chill comments. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6b2e7650a95..8ec1e5d433b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed May 25 17:10:38 1994 Per Bothner (bothner@kalessin.cygnus.com) + + * Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of + sanitize-chill comments. + Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com) * Revert the previous changes. Please see Rob's directory diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 41d4035f12f..083923e977e 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -149,12 +149,12 @@ TARGET_FLAGS_TO_PASS = \ 'CC=$$(CC_FOR_TARGET)' \ "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ "CFLAGS=$(CFLAGS)" \ -# start-sanitize-chill + $(start-sanitize-chill) \ "CHILLFLAGS=$(CHILLFLAGS)" \ 'CHILL=$$(CHILL_FOR_TARGET)' \ "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \ "CHILL_LIB=$(CHILL_LIB)" \ -# end-sanitize-chill + $(end-sanitize-chill) \ 'CXX=$$(CXX_FOR_TARGET)' \ "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \ "CXXFLAGS=$(CXXFLAGS)" \ -- 2.30.2