diff options
author | Per Bothner <per@bothner.com> | 1994-05-26 00:12:21 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-05-26 00:12:21 +0000 |
commit | 06f98d49084b27a742e4ab34d539be17c3c6eb13 (patch) | |
tree | 767d5d280f90359bb28dae38e088628275cd3470 /gdb/testsuite/Makefile.in | |
parent | b28575936e740d19c5502e5e4c6e1368cc969f61 (diff) | |
download | gdb-06f98d49084b27a742e4ab34d539be17c3c6eb13.zip gdb-06f98d49084b27a742e4ab34d539be17c3c6eb13.tar.gz gdb-06f98d49084b27a742e4ab34d539be17c3c6eb13.tar.bz2 |
* Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of
sanitize-chill comments.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r-- | gdb/testsuite/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 41d4035..083923e 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)" \ |