summaryrefslogtreecommitdiffstats
path: root/crypto/err/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
committerBen Laurie <ben@openssl.org>2004-03-11 12:31:43 +0000
commit6e07f8a4ba8758dcba4966d9fa4601d1dc52dc60 (patch)
treeb75e7a7d10086954549e1530a117d273e6836cab /crypto/err/Makefile
parenta82d1527c4effe4e240412662fe9ba386d535e68 (diff)
Finish elimination of Makefile.ssl
Diffstat (limited to 'crypto/err/Makefile')
-rw-r--r--crypto/err/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/crypto/err/Makefile b/crypto/err/Makefile
index 1256eac8d3..10a69fcbe8 100644
--- a/crypto/err/Makefile
+++ b/crypto/err/Makefile
@@ -10,10 +10,9 @@ CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
-MAKE= make -f Makefile.ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE= Makefile.ssl
+MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
@@ -44,10 +43,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)