From: Sam Hartman Date: Sat, 20 Jan 2001 18:50:28 +0000 (+0000) Subject: Fix up makefile to create needded directories even with standard install X-Git-Tag: debian/1.0.2-1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b5999343801c3040e25fd699c12b12bf5bb32ad;p=packages%2Fo%2Fopenafs.git Fix up makefile to create needded directories even with standard install --- diff --git a/src/libafs/MakefileProto.LINUX b/src/libafs/MakefileProto.LINUX index 0d62d7775..200006dec 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -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)