From 79b42e76548f232a4736df0a3322fa7676868537 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Dec 2003 14:59:07 +0000 Subject: Use sh explicitely to run point.sh This is part of a large change submitted by Markus Friedl --- crypto/idea/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/idea') diff --git a/crypto/idea/Makefile.ssl b/crypto/idea/Makefile.ssl index ca4b76fc2f..fa016ea399 100644 --- a/crypto/idea/Makefile.ssl +++ b/crypto/idea/Makefile.ssl @@ -47,7 +47,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO links: - @$(TOP)/util/point.sh Makefile.ssl Makefile + @sh $(TOP)/util/point.sh Makefile.ssl Makefile @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) -- cgit v1.2.3