summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-20 13:49:32 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-20 13:49:32 +0000
commit0f423567a72b68b617ad5554e51095f1017a9d7b (patch)
tree79c5ff2a9e04024ee48ced7d52b417b6a57ca78d /Makefile.org
parentf4f2fe40e80f5971a091a1711ed0b6ee584ff44b (diff)
Add missing pipe char to "make dist" target.
Found by Richard Levitte <levitte@stacken.kth.se>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 04009e4d03..970ac8b5ab 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -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) - |\