]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix up makefile to create needded directories even with standard install
authorSam Hartman <hartmans@debian.org>
Sat, 20 Jan 2001 18:50:28 +0000 (18:50 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 20 Jan 2001 18:50:28 +0000 (18:50 +0000)
src/libafs/MakefileProto.LINUX

index 0d62d777524505d2781924701baac3f5d62c2d76..200006decf0b64598069a26cdf1929293cbef9aa 100644 (file)
@@ -151,9 +151,11 @@ libafs.mp: $(DEST_LIBAFS_MP)
        echo MP Build Complete
 
 $(DEST_LIBAFS): $(LIBAFS)
+       ${INSTALL} -d $(@d)
        ${INSTALL} $? $@
 
 $(DEST_LIBAFS_MP): $(LIBAFS_MP)
+       ${INSTALL} -d $(@d)
        ${INSTALL} $? $@
 
 ${LIBAFS}: $(AFSAOBJS) $(AFSNONFSOBJS)