Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / cast / Makefile.ssl
index bbb329e22fad0be63c3e87cdb446c22dcece4ee9..df4a8f6df44cc768180291a76bf15bff6a39327c 100644 (file)
@@ -74,9 +74,9 @@ files:
 
 links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
-       @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
-       @$(TOP)/util/mklink.sh ../../test $(TEST)
-       @$(TOP)/util/mklink.sh ../../apps $(APPS)
+       @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
+       @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+       @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -94,7 +94,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
+       $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
@@ -103,12 +103,11 @@ dclean:
 clean:
        rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
-errors:
-
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-c_cfb64.o: cast.h cast_lcl.h
-c_ecb.o: ../opensslv.h cast.h cast_lcl.h
-c_enc.o: cast.h cast_lcl.h
-c_ofb64.o: cast.h cast_lcl.h
-c_skey.o: cast.h cast_lcl.h cast_s.h
+c_cfb64.o: ../../include/openssl/cast.h cast_lcl.h
+c_ecb.o: ../../include/openssl/cast.h ../../include/openssl/opensslv.h
+c_ecb.o: cast_lcl.h
+c_enc.o: ../../include/openssl/cast.h cast_lcl.h
+c_ofb64.o: ../../include/openssl/cast.h cast_lcl.h
+c_skey.o: ../../include/openssl/cast.h cast_lcl.h cast_s.h