diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 60adb4b..50812df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ firman_SOURCES = # Hack to work around Automake's lack of support for linking programs in other # languages. # Even uglier to support out-of-tree builds with VPATH. +firman_DEPENDENCIES = config.sh $(firman_SOURCES) firman_LINK = \ set -e; \ vpath='$(VPATH)'; \ |