Commit 0f423567 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Add missing pipe char to "make dist" target.

Found by Richard Levitte <levitte@stacken.kth.se>
parent f4f2fe40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) - |\