missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,
authorMark Eichin <eichin@cygnus>
Fri, 6 Nov 1992 04:27:29 +0000 (04:27 +0000)
committerMark Eichin <eichin@cygnus>
Fri, 6 Nov 1992 04:27:29 +0000 (04:27 +0000)
/bin/make ignores it...)

Makefile.in

index 2f5be57ac3134581a021eae04a2b6235d0b9f702..bfdbf52f25bfd1c3598c992dafa88d651db7e563 100644 (file)
@@ -170,7 +170,7 @@ FLAGS_TO_PASS = \
        "AR_FLAGS=$(AR_FLAGS)" \
        "BISON=$(BISON)" \
        "C++FLAGS=$(C++FLAGS)" \
-       "C++_FOR_BUILD=$(C++_FOR_BUILD)"
+       "C++_FOR_BUILD=$(C++_FOR_BUILD)" \
        "CC=$(CC)" \
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
        "CFLAGS=$(CFLAGS)" \
This page took 0.02574 seconds and 4 git commands to generate.