From: Ben Laurie Date: Sun, 24 Apr 2005 12:02:49 +0000 (+0000) Subject: Flag changes in Configure and config, too. X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~146 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7199e62f1a759cdd5500148c6d768e113dd80df;p=oweals%2Fopenssl.git Flag changes in Configure and config, too. Update dependencies. --- diff --git a/Makefile.org b/Makefile.org index de6d7280af..b6fbc99c88 100644 --- a/Makefile.org +++ b/Makefile.org @@ -266,8 +266,8 @@ openssl.pc: Makefile echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc -Makefile: Makefile.org - @echo "Makefile is older than Makefile.org." +Makefile: Makefile.org Configure config + @echo "Makefile is older than Makefile.org, Configure or config." @echo "Reconfigure the source tree (via './config' or 'perl Configure'), please." @false