X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fmd4%2FMakefile;fp=crypto%2Fmd4%2FMakefile.ssl;h=1ad7cd1ab7246398438ccbcdd3d513cf48952593;hb=42ba5d2329a2705d45417db3dd374c677eb47e05;hp=d1eb9519f9522cf0c8ea6bdccdf97eb055a2e760;hpb=c3e6402857a60f61cac60d56793e8a8b79cebe90;p=openssl.git diff --git a/crypto/md4/Makefile.ssl b/crypto/md4/Makefile similarity index 92% rename from crypto/md4/Makefile.ssl rename to crypto/md4/Makefile index d1eb9519f9..1ad7cd1ab7 100644 --- a/crypto/md4/Makefile.ssl +++ b/crypto/md4/Makefile @@ -11,10 +11,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) @@ -45,10 +45,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)