diff options
author | levitte <levitte> | 2002-10-09 13:22:33 +0000 |
---|---|---|
committer | levitte <levitte> | 2002-10-09 13:22:33 +0000 |
commit | a099e6efecc08b99a6fa49752ae2b3b1c01073c3 (patch) | |
tree | fd8fd076dcfc866fc5bb8269c894123dd4078c1e /crypto/cast | |
parent | cf8a6d00d501e35956ecfe3faefeeda0603af448 (diff) | |
download | openssl-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.ssl | 2 |
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 |