summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-09 16:18:53 +0000
committerBodo Möller <bodo@openssl.org>1999-06-09 16:18:53 +0000
commit7740a1c6ef9cedffc40110ba6f276658247c3d74 (patch)
tree5a34e501880afc69613fa9ae6379bbf3a4122580 /Makefile.org
parentc77f47abfa217b808b631fb1e489a442d0c26bbc (diff)
"make update" (added to top Makefile, and applied).
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org16
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index ece6aee772..2c8e9971d0 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -271,7 +271,7 @@ tests: rehash
depend:
@for i in $(DIRS) ;\
do \
- (cd $$i && echo "making dependancies $$i..." && \
+ (cd $$i && echo "making dependencies $$i..." && \
$(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' depend ) || exit 1; \
done;
@@ -292,9 +292,21 @@ tags:
errors:
perl util/mkerr.pl -recurse -write
+util/libeay.num::
+ perl util/mkdef.pl crypto update
+
+util/ssleay.num::
+ perl util/mkdef.pl ssl update
+
+TABLE:
+ (echo 'Output of `Configure TABLE:'"'"; \
+ perl Configure TABLE) > TABLE
+
+update: depend errors util/libeay.num util/ssleay.num TABLE
+
tar:
@tar --norecurse -cvf - \
- `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\
+ `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\