change uuencoded suffix.

This commit is contained in:
uch 2004-06-10 15:55:36 +00:00
parent 7714269d97
commit 40fef19ff3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2004/03/19 08:07:22 jmc Exp $
# $NetBSD: Makefile,v 1.14 2004/06/10 15:55:36 uch Exp $
#
.include <bsd.sys.mk> # for HOST_SH
@ -76,7 +76,7 @@ install1:
uuencode:
find binary -name "hpcboot*.exe" -print | \
awk '{ print "uuencode", $$1, $$1, ">", $$1".uu ; rm -f", $$1 }' \
awk '{ print "uuencode", $$1, $$1, ">", $$1".uue ; rm -f", $$1 }' \
| ${HOST_SH}
cp binary/build_number.h build_number.h
awk '{if (/HPCBOOT_BUILD_NUMBER/) \