From cc056d63958d8963e0a4b3ef03f06db72ca36b77 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Dec 2003 15:00:24 +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