summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-01-07 19:53:50 +0000
committerRoy Marples <roy@marples.name>2016-01-07 19:53:50 +0000
commit3edc85e9351084070535b895c8c10d4a9d5994ad (patch)
treea39885baa1154ea74c6f673573aad792e98ad36a /configure
parentc31b17193ec9949d62a675291f9e5b950ad4a135 (diff)
downloaddhcpcd-3edc85e9351084070535b895c8c10d4a9d5994ad.tar.xz
Fix config.mk spacing
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b6ebd5f8..a226c330 100755
--- a/configure
+++ b/configure
@@ -249,7 +249,7 @@ for x in SYSCONFDIR SBINDIR LIBDIR LIBEXECDIR DBDIR RUNDIR; do
done
echo "LIBDIR= $LIBDIR" >>$CONFIG_MK
echo "MANDIR= $MANDIR" >>$CONFIG_MK
-echo "DATADIR= $DATADIR" >>$CONFIG_MK
+echo "DATADIR= $DATADIR" >>$CONFIG_MK
# Always obey CC.
if [ -n "$CC" ]; then