From 9f1a653a7056b479d48e481e750a0e07a68b535c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 26 Sep 1996 20:09:03 +0000 Subject: (%: %.sh): New rule. --- Makeconf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index cbc6765f..709a5b18 100644 --- a/Makeconf +++ b/Makeconf @@ -428,3 +428,7 @@ endef %.d: %.s echo '$*.o: $<' > $@ +# Rule to make executable shell scripts from .sh files. +%: %.sh $(top_srcdir)/sh-version.sed + sed -f $(top_srcdir)/sh-version.sed < $< > $@ + chmod +x $@ -- cgit v1.2.3