]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Attempt to avoid using AFS install during build
authorSam Hartman <hartmans@debian.org>
Sat, 20 Jan 2001 03:37:03 +0000 (03:37 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 20 Jan 2001 03:37:03 +0000 (03:37 +0000)
src/libafs/Makefile.common
src/libafs/MakefileProto.LINUX

index b8d1e89fe719e39e1795d0748cd3af32fc82cbf0..53d50b614b0c33e6faa06a99c632837fd5e477ca 100644 (file)
@@ -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
index a14a52cea944f2f4581dfa18540b26ba32c1f695..0d62d777524505d2781924701baac3f5d62c2d76 100644 (file)
@@ -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 $@