From: Sam Hartman Date: Sat, 20 Jan 2001 19:00:07 +0000 (+0000) Subject: Fix up makefile to create needded directories even with standard install X-Git-Tag: debian/1.0.2-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fcd2051c7f64e12f53ca8e7d313b807dffc202c5;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 200006dec..ebb36f52b 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -151,11 +151,11 @@ libafs.mp: $(DEST_LIBAFS_MP) echo MP Build Complete $(DEST_LIBAFS): $(LIBAFS) - ${INSTALL} -d $(@d) + ${INSTALL} -d $(@D) ${INSTALL} $? $@ $(DEST_LIBAFS_MP): $(LIBAFS_MP) - ${INSTALL} -d $(@d) + ${INSTALL} -d $(@D) ${INSTALL} $? $@ ${LIBAFS}: $(AFSAOBJS) $(AFSNONFSOBJS)