* Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of
authorPer Bothner <per@bothner.com>
Thu, 26 May 1994 00:12:21 +0000 (00:12 +0000)
committerPer Bothner <per@bothner.com>
Thu, 26 May 1994 00:12:21 +0000 (00:12 +0000)
sanitize-chill comments.

gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index 6b2e7650a9598e3720830515b5b5ed718eb6840f..8ec1e5d433b20ff54c06b9856439c27667d6f0da 100644 (file)
@@ -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
index 41d4035f12f3afd2cfedb63ef395fc41ed7fc161..083923e977ecf09cd1190ff05df0d6d9fe31f292 100644 (file)
@@ -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)" \
This page took 0.034986 seconds and 4 git commands to generate.