diff options
-rw-r--r-- | Makefile.am | 2 |
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 |