test.
[openssl.git] / Makefile.org
index 781f5f8a2f81aa61154d8b9daeda768558d75762..1cb3189979a1c3e6b0f8ef94082334964f55d790 100644 (file)
@@ -199,8 +199,8 @@ sub_all:
        done;
 
 Makefile.ssl: Makefile.org
-       @echo "Makefile.ssl is older than Makefile.org. Rerun Configuration"
-       @echo "and do a make links and a make errors."
+       @echo "Makefile.ssl is older than Makefile.org. Rerun Configure"
+       @echo "and do a make errors."
        @false
 
 libclean:
@@ -290,8 +290,8 @@ errors:
 
 tar:
        @gtar --no-recursion -cvf - \
-               `find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
-       tardy --user_number=0  --user_name=rse      \
+               `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) - |\
        gzip --best >../$(TARFILE).gz; \
@@ -303,7 +303,6 @@ dist:
        @$(MAKE) dist_pem_h
        @$(MAKE) SDIRS='${SDIRS}' clean
        @$(MAKE) SDIRS='${SDIRS}' dclean
-       @(cd apps; sh ./rmlinks)
        @$(MAKE) makefile.one
        @$(MAKE) tar