diff options
author | Tim Shimmin <tes@sgi.com> | 2006-04-04 06:06:00 +0000 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2006-04-04 06:06:00 +0000 |
commit | e64d8efb08545b0bec490431cd13dfd269f027c6 (patch) | |
tree | f0e79536692892e865a3e9afd0e9497e719bc9c7 /Makefile | |
parent | db29d4842518f70e40d4796f98c870ad2a8005e1 (diff) | |
download | attr-e64d8efb08545b0bec490431cd13dfd269f027c6.tar.gz |
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |