From afa15ab46150dc752b9b329a40d2ebbfc34037a7 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Apr 2001 11:45:33 +0000 Subject: Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} --- misc/astrolog/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/astrolog/Makefile') diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 18c6f2c788a..5e8f47ae582 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/09 11:45:35 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -24,7 +24,7 @@ ALL_TARGET= astrolog NO_WRKSUBDIR= yes do-install: - -@${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog + @${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog cd ${DISTDIR}/${DIST_SUBDIR} && \ ${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog cd ${WRKSRC} && \ @@ -34,7 +34,7 @@ do-install: ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \ fi cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin - -@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astrolog + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ ${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ -- cgit v1.2.3