diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 0f036167f0..2489b614c6 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
@@ -136,12 +136,12 @@ lint: | |||
136 | 136 | ||
137 | depend: | 137 | depend: |
138 | if [ ! -f buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist | 138 | if [ ! -f buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist |
139 | $(MAKEDEPEND) $(INCLUDE) $(DEPFLAG) $(PROGS) $(LIBSRC) | 139 | $(MAKEDEPEND) $(CFLAG) $(INCLUDE) $(DEPFLAG) $(PROGS) $(LIBSRC) |
140 | if [ ! -s buildinf.h ]; then rm buildinf.h; fi | 140 | if [ ! -s buildinf.h ]; then rm buildinf.h; fi |
141 | @for i in $(SDIRS) ;\ | 141 | @for i in $(SDIRS) ;\ |
142 | do \ | 142 | do \ |
143 | (cd $$i && echo "making depend in crypto/$$i..." && \ | 143 | (cd $$i && echo "making depend in crypto/$$i..." && \ |
144 | $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' DEPFLAG='${DEPFLAG}' depend ); \ | 144 | $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ); \ |
145 | done; | 145 | done; |
146 | 146 | ||
147 | clean: | 147 | clean: |
@@ -180,7 +180,7 @@ cversion.o: ../include/openssl/err.h ../include/openssl/lhash.h | |||
180 | cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 180 | cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
181 | cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h | 181 | cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h |
182 | cversion.o: ../include/openssl/symhacks.h buildinf.h cryptlib.h cversion.c | 182 | cversion.o: ../include/openssl/symhacks.h buildinf.h cryptlib.h cversion.c |
183 | ebcdic.o: ../include/openssl/opensslconf.h ebcdic.c | 183 | ebcdic.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h ebcdic.c |
184 | ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h | 184 | ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h |
185 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h | 185 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h |
186 | ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h | 186 | ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h |