summaryrefslogtreecommitdiffstats
path: root/build/fastgen.sh
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2001-01-11 20:48:38 +0100
committerJim Jagielski <jim@apache.org>2001-01-11 20:48:38 +0100
commiteb4d1e4b9bf3ba619a44b6726dc7f517a00149e2 (patch)
tree05b158b30bdb06e21aee2c15b6011087c90348f1 /build/fastgen.sh
parentFold into all Makefiles (diff)
downloadapache2-eb4d1e4b9bf3ba619a44b6726dc7f517a00149e2.tar.xz
apache2-eb4d1e4b9bf3ba619a44b6726dc7f517a00149e2.zip
My bad... don't need the quotes here
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-xbuild/fastgen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/fastgen.sh b/build/fastgen.sh
index f2cbb98058..2fa2932d38 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -87,8 +87,8 @@ top_builddir = $top_builddir
srcdir = $top_srcdir/$dir
builddir = $top_builddir/$dir
VPATH = $top_srcdir/$dir
-NONAC_CFLAGS = "$NONAC_CFLAGS"
-NONAC_LDFLAGS = "$NONAC_LDFLAGS"
+NONAC_CFLAGS = $NONAC_CFLAGS
+NONAC_LDFLAGS = $NONAC_LDFLAGS
EOF
test -z "$dir" && dir="."
@@ -106,8 +106,8 @@ top_builddir = $top_builddir
srcdir = $top_srcdir/$dir
builddir = $top_builddir/$dir
VPATH = $top_srcdir/$dir
-NONAC_CFLAGS = "$NONAC_CFLAGS"
-NONAC_LDFLAGS = "$NONAC_LDFLAGS"
+NONAC_CFLAGS = $NONAC_CFLAGS
+NONAC_LDFLAGS = $NONAC_LDFLAGS
EOF
test -z "$dir" && dir="."