diff options
author | Ben Laurie <ben@openssl.org> | 2005-03-30 15:05:57 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2005-03-30 15:05:57 +0200 |
commit | 42ba5d2329a2705d45417db3dd374c677eb47e05 (patch) | |
tree | 3348ff85620371c5c104e3a325b9c3731a9fc782 /crypto/rc2 | |
parent | update docs (recent constification) (diff) | |
download | openssl-42ba5d2329a2705d45417db3dd374c677eb47e05.tar.xz openssl-42ba5d2329a2705d45417db3dd374c677eb47e05.zip |
Blow away Makefile.ssl.
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile (renamed from crypto/rc2/Makefile.ssl) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile index 2a036d3037..c284847d1f 100644 --- a/crypto/rc2/Makefile.ssl +++ b/crypto/rc2/Makefile @@ -10,10 +10,10 @@ CFLAG=-g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl INSTALLTOP=/usr/local/ssl -MAKE= make -f Makefile.ssl +MAKE= make MAKEDEPPROG= makedepend MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) -MAKEFILE= Makefile.ssl +MAKEFILE= Makefile AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) @@ -44,10 +44,9 @@ lib: $(LIBOBJ) @touch lib files: - $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO links: - @sh $(TOP)/util/point.sh Makefile.ssl Makefile @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |