summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-27 11:26:10 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-27 11:26:10 (EDT)
commit12530c92602501b1696535be229447c544284c1b (patch)
tree132f609495b7db9258d43dda21dee6bb99b632b2 /Makefile.am
parented44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee (diff)
downloadfirman.sh-12530c92602501b1696535be229447c544284c1b.zip
firman.sh-12530c92602501b1696535be229447c544284c1b.tar.gz
firman.sh-12530c92602501b1696535be229447c544284c1b.tar.bz2
Makefile.am: Set interpreter in link command
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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