fix lib64 installs

Merge of master-melb:xfs-cmds:25657a by kenmcd.
This commit is contained in:
Tim Shimmin
2006-04-04 06:06:00 +00:00
parent 8449a4e3ed
commit e11d0477a1
9 changed files with 213 additions and 162 deletions
+2 -2
View File
@@ -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 = .
@@ -36,7 +36,7 @@ $(CONFIGURE):
./configure
aclocal.m4::
aclocal --acdir=$(TOPDIR)/m4 --output=$@
aclocal --acdir=`pwd`/m4 --output=$@
install install-dev install-lib: