summaryrefslogtreecommitdiffstats
path: root/config/user
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2008-11-24 11:56:48 -0800
committerBrian Behlendorf <[email protected]>2008-11-24 11:56:48 -0800
commit536640fe2908070f22d340ec23cfa9224df97aa3 (patch)
tree71dabc1a9e37cbb93bc5340272f8d133470726b0 /config/user
parent22b47b55363f41ce526225e8e1d22aebc84442dc (diff)
Minor autoconf build fixes:
Fixed BUILDDIR in config/* Added missing " to ZFS_AC_SCRIPT_CONFIG macro Removed autoconf/Makefile
Diffstat (limited to 'config/user')
-rw-r--r--config/user2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user b/config/user
index f79ba8fa8..2061d3d77 100644
--- a/config/user
+++ b/config/user
@@ -6,4 +6,4 @@ NAME=zfs
BRANCH=`awk '/[Bb]ranch:/ {print $$2}' META`
VERSION=`awk '/[Vv]ersion:/ {print $$2}' META`
RELEASE=`awk '/[Rr]elease:/ {print $$2}' META`
-BUILDDIR=$NAME+$CONFIG
+BUILDDIR=$NAME #+$CONFIG