summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2006-04-04 06:06:00 +0000
committerTim Shimmin <tes@sgi.com>2006-04-04 06:06:00 +0000
commite64d8efb08545b0bec490431cd13dfd269f027c6 (patch)
treef0e79536692892e865a3e9afd0e9497e719bc9c7 /Makefile
parentdb29d4842518f70e40d4796f98c870ad2a8005e1 (diff)
downloadattr-e64d8efb08545b0bec490431cd13dfd269f027c6.tar.gz
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f501878..5ea6bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
+# Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved.
#
TOPDIR = .
@@ -41,6 +41,7 @@ $(CONFIGURE):
--bindir=/usr/bin \
--libdir=/lib \
--libexecdir=/usr/lib \
+ --enable-lib64=yes \
--includedir=/usr/include \
--mandir=/usr/share/man \
--datadir=/usr/share \
@@ -48,7 +49,7 @@ $(CONFIGURE):
touch .census
aclocal.m4::
- aclocal --acdir=$(TOPDIR)/m4 --output=$@
+ aclocal --acdir=`pwd`/m4 --output=$@
install: default
$(SUBDIRS_MAKERULE)