diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-10-30 17:45:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-10-30 17:46:11 (EDT) |
commit | 6b68a770ac9df965293f6d97bf83b099dc13aee1 (patch) | |
tree | 84dab287e993e436caafd4c55cc812922fd81a29 | |
parent | f69c33d586b58e274271052fc471acb7d4fd329e (diff) | |
download | firman.sh-6b68a770ac9df965293f6d97bf83b099dc13aee1.zip firman.sh-6b68a770ac9df965293f6d97bf83b099dc13aee1.tar.gz firman.sh-6b68a770ac9df965293f6d97bf83b099dc13aee1.tar.bz2 |
Makefile.am: Define dependencies
-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)'; \ |