mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user