summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2005-03-30 13:05:57 +0000
committerBen Laurie <ben@openssl.org>2005-03-30 13:05:57 +0000
commit42ba5d2329a2705d45417db3dd374c677eb47e05 (patch)
tree3348ff85620371c5c104e3a325b9c3731a9fc782 /engines
parentc3e6402857a60f61cac60d56793e8a8b79cebe90 (diff)
Blow away Makefile.ssl.
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile (renamed from engines/Makefile.ssl)7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile
index 8ae81f33ce..190dca74ae 100644
--- a/engines/Makefile.ssl
+++ b/engines/Makefile
@@ -11,10 +11,10 @@ INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
NEWMAKE= make
-MAKE= $(NEWMAKE) -f Makefile.ssl
+MAKE= $(NEWMAKE)
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
AR= ar r
PEX_LIBS=
@@ -87,10 +87,9 @@ lib: $(LIBOBJ)
touch lib
files:
- $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+ $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
links:
- @$(TOP)/util/point.sh Makefile.ssl Makefile
# XXXXX This currently only works on systems that use .so as suffix
# for shared libraries.