diff options
| author | markus <> | 2002-09-05 22:44:45 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 22:44:45 +0000 |
| commit | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (patch) | |
| tree | 73126e8d8922d3f016ad2caaf8b633c3fed98c90 /src/lib/libcrypto/comp | |
| parent | f3e848761b58c1645ce3b150d17770e528f39556 (diff) | |
| download | openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.gz openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.bz2 openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.zip | |
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/comp')
| -rw-r--r-- | src/lib/libcrypto/comp/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/comp/Makefile.ssl b/src/lib/libcrypto/comp/Makefile.ssl index 11d728eca9..fd192d35f8 100644 --- a/src/lib/libcrypto/comp/Makefile.ssl +++ b/src/lib/libcrypto/comp/Makefile.ssl | |||
| @@ -71,7 +71,7 @@ lint: | |||
| 71 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 71 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 72 | 72 | ||
| 73 | depend: | 73 | depend: |
| 74 | $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(LIBSRC) | 74 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(LIBSRC) |
| 75 | 75 | ||
| 76 | dclean: | 76 | dclean: |
| 77 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 77 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
