Use util/mklink.pl instead of util/mklink.sh.
[openssl.git] / rsaref / Makefile.ssl
index 1b16b881df9f587b3c32e34ace175c97d41d93be..73922520beb88d7bd343db4c992d775fa545173d 100644 (file)
@@ -15,15 +15,13 @@ AR=         ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERR=rsaref
-ERRC=rsar_err
 GENERAL=Makefile
 TEST=
 APPS=
 
 LIB=$(TOP)/libRSAglue.a
-LIBSRC=        rsaref.c $(ERRC).c
-LIBOBJ= rsaref.o $(ERRC).o
+LIBSRC=        rsaref.c rsar_err.c
+LIBOBJ= rsaref.o rsar_err.o
 
 SRC= $(LIBSRC)
 
@@ -47,9 +45,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)
+       @$(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)
+       @$(TOP)/util/mklink.pl ../test $(TEST)
+       @$(TOP)/util/mklink.pl ../apps $(APPS)
 
 install: