${MKDIR} includes '-p' by default

This commit is contained in:
wiz 2000-02-05 18:30:59 +00:00
parent 78867d023d
commit 27ec96e5a9
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2000/01/15 18:46:26 jlam Exp $
# $NetBSD: Makefile,v 1.19 2000/02/05 18:30:59 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
DISTNAME= vile-9.0
@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-screen=ncurses
.endif
post-install:
-@${MKDIR} -p ${PREFIX}/share/examples/vile
-@${MKDIR} ${PREFIX}/share/examples/vile
@for f in filters/spell.rc filters/filters.rc \
macros/digraphs.rc macros/pictmode.rc \
macros/manpage.rc visvile/visvile.rc; do \

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2000/01/20 08:43:57 agc Exp $
# $NetBSD: Makefile,v 1.23 2000/02/05 18:32:02 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
#
@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11BA
INSTALL_TARGET= install install-perl
post-install:
-@${MKDIR} -p ${PREFIX}/share/examples/xvile
-@${MKDIR} ${PREFIX}/share/examples/xvile
@for f in filters/spell.rc filters/filters.rc \
macros/digraphs.rc macros/pictmode.rc \
macros/manpage.rc visvile/visvile.rc; do \