diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-04-10 16:18:19 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-04-10 16:18:19 +0000 |
commit | c105c96bac736c7d4f1193b16e0fabb16544899e (patch) | |
tree | aa626bb9375d5aed612ff5d714612919e6898e89 /Makefile.fips | |
parent | 6ceb1e8efb5902b25e5fd323028969c40ed92734 (diff) | |
download | openssl-new-c105c96bac736c7d4f1193b16e0fabb16544899e.tar.gz |
Auto configure for fips is from restricted tarball.
Remove more unnecessary files form fips tarball.
Diffstat (limited to 'Makefile.fips')
-rw-r--r-- | Makefile.fips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips index cfe7d1bed0..8fc9ddc657 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -487,7 +487,7 @@ openssl.pc: Makefile echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc -Makefile: Makefile.org Configure config +Makefile: Makefile.fips Configure config @echo "Makefile is older than Makefile.org, Configure or config." @echo "Reconfigure the source tree (via './config' or 'perl Configure'), please." @false |