summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-24 18:15:00 +0000
committerBen Laurie <ben@openssl.org>1999-01-24 18:15:00 +0000
commit9535d20282d6fbac047699a9014c0df12db6e6cf (patch)
treef7bbfea871f47d4899f619c6adcf1aacb14c6730 /Makefile.org
parent41c62a8e568bf1023a01ea123463c71caca668dc (diff)
Make sure people know when they need to rebuild the Makefile.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 090481fde1..1783db349b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -184,7 +184,7 @@ WTARFILE= $(NAME)-win.tar
EXHEADER= e_os.h
HEADER= e_os.h
-all:
+all: Makefile.ssl
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making $$i..." && \
@@ -198,6 +198,11 @@ sub_all:
$(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' all ) || exit 1; \
done;
+Makefile.ssl: Makefile.org
+ @echo "Makefile.ssl is older than Makefile.org. Rerun Configuration"
+ @echo "and do a make links and a make errors."
+ @false
+
libclean:
/bin/rm *.a */lib */*/lib