Add missing pipe char to "make dist" target.

Found by Richard Levitte <levitte@stacken.kth.se>
This commit is contained in:
Ralf S. Engelschall 1999-03-20 13:49:32 +00:00
parent f4f2fe40e8
commit 0f423567a7

View File

@ -289,7 +289,7 @@ errors:
tar:
@gtar --no-recursion -cvf - \
`find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\
`find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS | sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\