# HG changeset patch # User Karl Heuer # Date 766257222 0 # Node ID df94ce8c363cd834b8462a6b7c8ee98ee079ae7c # Parent 9481abcaa7de3dd1cecaba07d394e282452c8d8e (CFLAGS): Use shell syntax, not Makefile. diff -r 9481abcaa7de -r df94ce8c363c configure1.in --- a/configure1.in Wed Apr 13 16:18:35 1994 +0000 +++ b/configure1.in Wed Apr 13 17:13:42 1994 +0000 @@ -1317,9 +1317,9 @@ #endif #ifdef __GNUC__ -configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH $(CFLAGS) +configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH ${CFLAGS} #else -configure___ CFLAGS=C_DEBUG_SWITCH $(CFLAGS) +configure___ CFLAGS=C_DEBUG_SWITCH ${CFLAGS} #endif ' > ${tempcname} # The value of CPP is a quoted variable reference, so we need to do this @@ -1604,4 +1604,4 @@ cat lib-src/Makefile | sed -e "s/@libsrc_libs@/$libsrc_libs/" > lib-src/Makefoo mv lib-src/Makefoo lib-src/Makefile -] \ No newline at end of file +]