summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2006-04-24 15:31:12 +0000
committerTim Shimmin <tes@sgi.com>2006-04-24 15:31:12 +0000
commit64fe5df9de7cdb09bcae96bd3fcbc7d85e361b02 (patch)
treed5ec3d74e0f805b4704af1145d8fa8b02d6227ea /Makefile
parentc16d3b2281602c5fc4f46509644d5db12c23eb2f (diff)
xfstests changes for lib64 stuff
Merge of master-melb:xfs-cmds:25826a by kenmcd. call configure with libexecdir and lib64 enabling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d8071c6..2c7c6080 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,10 @@ endif
$(CONFIGURE):
autoheader
autoconf
- ./configure
+ ./configure \
+ --libexecdir=/usr/lib \
+ --enable-lib64=yes
+
aclocal.m4::
aclocal --acdir=`pwd`/m4 --output=$@