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 --- tools/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index bf0cd29c77..cb33d4a41e 100644 --- a/tools/Makefile.ssl +++ b/tools/Makefile.ssl @@ -42,7 +42,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 lint: -- cgit v1.2.3