From: Sam Hartman Date: Sat, 20 Jan 2001 03:37:03 +0000 (+0000) Subject: Attempt to avoid using AFS install during build X-Git-Tag: debian/1.0.2-1~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6a869aca3ac838822483e2630da325852c57ebdd;p=packages%2Fo%2Fopenafs.git Attempt to avoid using AFS install during build --- diff --git a/src/libafs/Makefile.common b/src/libafs/Makefile.common index b8d1e89fe..53d50b614 100644 --- a/src/libafs/Makefile.common +++ b/src/libafs/Makefile.common @@ -10,7 +10,7 @@ SHELL=/bin/sh DESTDIR = DEST/ SRCDIR = DEST/ -INSTALL = $(DESTDIR)bin/install +INSTALL = install INCLUDE= -I. -I/usr/include Aobj=COMMON Dobj=DYNEL diff --git a/src/libafs/MakefileProto.LINUX b/src/libafs/MakefileProto.LINUX index a14a52cea..0d62d7775 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -151,10 +151,10 @@ libafs.mp: $(DEST_LIBAFS_MP) echo MP Build Complete $(DEST_LIBAFS): $(LIBAFS) - ${INSTALL} -f $? $@ + ${INSTALL} $? $@ $(DEST_LIBAFS_MP): $(LIBAFS_MP) - ${INSTALL} -f $? $@ + ${INSTALL} $? $@ ${LIBAFS}: $(AFSAOBJS) $(AFSNONFSOBJS) $(RM) -f $@