summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-11 00:22:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-11 00:22:42 +0000
commitf9bf6314ea4fc5b4ad98d1319a548e455b60eb1a (patch)
tree846efb4841e96c1730cf5ac45ff80bf7a0ef778b /Makefile.fips
parentac319dd82b74604541317231bb18d7b772f09eaa (diff)
Don't give dependency warning for fips builds.
Give error for "make depend" in restricted tarball builds. Document how restricted tarballs work.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 8fc9ddc657..62a7fee7b9 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -540,7 +540,7 @@ report:
@$(PERL) util/selftest.pl
depend:
- @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
+ @echo make depend not supported ; false
lint:
@set -e; target=lint; $(RECURSIVE_BUILD_CMD)