summaryrefslogtreecommitdiff
path: root/crypto/cast
diff options
context:
space:
mode:
authorlevitte <levitte>2002-10-09 13:22:33 +0000
committerlevitte <levitte>2002-10-09 13:22:33 +0000
commita099e6efecc08b99a6fa49752ae2b3b1c01073c3 (patch)
treefd8fd076dcfc866fc5bb8269c894123dd4078c1e /crypto/cast
parentcf8a6d00d501e35956ecfe3faefeeda0603af448 (diff)
downloadopenssl-a099e6efecc08b99a6fa49752ae2b3b1c01073c3.tar.gz
Use double dashes so makedepend doesn't misunderstand the flags we
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index b04c1c0e9..c18d86845 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -97,7 +97,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new