diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 22:48:42 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 22:48:42 +0200 |
commit | e4fefe520d58547935b2c4147dd6b712b9047c1e (patch) | |
tree | 3bb668970a3e6bd3312be69f2687d226546f0dd7 /Makefile.am | |
parent | 0e38d3acd98b6cf472f60cea735af8a100a3f5b0 (diff) | |
download | blogc-e4fefe520d58547935b2c4147dd6b712b9047c1e.tar.gz blogc-e4fefe520d58547935b2c4147dd6b712b9047c1e.tar.bz2 blogc-e4fefe520d58547935b2c4147dd6b712b9047c1e.zip |
build: check for test dependencies properly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bcfc2ac..25098d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -243,7 +243,7 @@ MAINTAINERCLEANFILES += \ $(dist_man_MANS) \ $(NULL) -if USE_RONN +if BUILD_MANPAGE blogc.1: man/blogc.1.ronn $(AM_V_GEN)$(RONN) \ @@ -655,7 +655,7 @@ TESTS = \ ## Helpers: dist-srpm -if USE_RPMBUILD +if BUILD_SRPM dist-srpm: blogc.spec dist-xz $(RPMBUILD) \ --define "_srcrpmdir $(top_builddir)" \ |