From 12530c92602501b1696535be229447c544284c1b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 27 Oct 2015 11:26:10 -0400 Subject: Makefile.am: Set interpreter in link command --- diff --git a/Makefile.am b/Makefile.am index 8b190cf..4c0010a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ firman_SOURCES = # Hack to work around Automake's lack of support for linking programs in other # languages. firman_LDADD = config.sh $(firman_SOURCES) -firman_LINK = '$(srcdir)/tools/shld.sh' -o $@ +firman_LINK = '$(srcdir)/tools/shld.sh' -I '$(SH)' -o $@ EXTRA_DIST = \ autogen.sh -- cgit v0.9.1