summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-11 04:14:47 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-11 04:14:47 +0000
commitccbf0c1b0670619428b351f910acdace9c680907 (patch)
tree756c3d79a3ad6d8fabca3ac3cdf7367977511461 /configure
parent7ec950759be3c5294974619fe53e715ec20f579c (diff)
downloadgdb-ccbf0c1b0670619428b351f910acdace9c680907.tar.gz
* configure: Fix bug put in by gremlins.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a210554df6..6b4d9b49562 100755
--- a/configure
+++ b/configure
@@ -1281,7 +1281,7 @@ if [ -f ${srcdir}/${Makefile_in} ] ; then
-e "s|@mandir@|${mandir}|" \
-e "s|@CC@|${CC}|" \
-e "s|@CXX@|${CXX}|" \
- -e "s|@CC@|${CFLAGS}|" \
+ -e "s|@CFLAGS@|${CFLAGS}|" \
-e "s|@CXXFLAGS@|${CXXFLAGS}|" \
-e "s|@config_shell@|${config_shell}|" \
-e "s|@srcdir@|${srcdir}|" \