From 6b68a770ac9df965293f6d97bf83b099dc13aee1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 30 Oct 2015 17:45:36 -0400 Subject: Makefile.am: Define dependencies --- 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)'; \ -- cgit v0.9.1