summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configure b/src/configure
index d105f87..c54d555 100755
--- a/src/configure
+++ b/src/configure
@@ -141,11 +141,11 @@ if [ $V4_MAPPED -eq 0 ]; then
fi
cat >> include.mk <<EOF
-TARGET = $TARGET
-CC = gcc
-CFLAGS = $CFLAGS
-LD = gcc
-LDFLAGS = $LDFLAGS
+TARGET := $TARGET
+CC := gcc
+CFLAGS := $CFLAGS
+LD := gcc
+LDFLAGS := $LDFLAGS
EOF
exit 0