Module Name: src
Committed By: christos
Date: Thu May 23 20:57:35 UTC 2013
Modified Files:
src/distrib/hpcarm/stand: Makefile
Log Message:
remove redundant rule that creates a make cycle.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/hpcarm/stand/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/hpcarm/stand/Makefile
diff -u src/distrib/hpcarm/stand/Makefile:1.2 src/distrib/hpcarm/stand/Makefile:1.3
--- src/distrib/hpcarm/stand/Makefile:1.2 Sun Jun 22 22:16:53 2008
+++ src/distrib/hpcarm/stand/Makefile Thu May 23 16:57:35 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/23 02:16:53 matt Exp $
+# $NetBSD: Makefile,v 1.3 2013/05/23 20:57:35 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -11,7 +11,6 @@ HPCBOOT= hpcboot.exe
.PATH: ${HPCBOOTDIR}
UUDECODE_FILES= ${HPCBOOT}
-UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}
release:: check_RELEASEDIR .WAIT ${HPCBOOT}
${INSTALL} -c -m ${NONBINMODE} \