Fix bin/pr506 - uname from current system

This commit is contained in:
Paul Traina 1996-02-08 06:04:57 +00:00
parent af7f66183c
commit 961ce31804
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13964

View File

@ -4,7 +4,8 @@
MAN1= send-pr.1
SUBMITTERS= current-users
RELEASE!= uname -rsm
RELEASE= `uname -rsm`
RELEASE_EV!= uname -rsm
CLEANFILES+= send-pr send-pr.el
SUBDIR+= doc
@ -22,7 +23,7 @@ send-pr: send-pr.sh Makefile
send-pr.el: send-pr-el.in Makefile
sed -e 's,@DATADIR@,/etc,g' \
-e 's/@DEFAULT_RELEASE@/$(RELEASE)/g' \
-e 's/@DEFAULT_RELEASE@/$(RELEASE_EV)/g' \
-e 's/"unknown"/"$(SUBMITTERS)"/g' \
${.ALLSRC:N*Makefile} > ${.TARGET}