diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-09 17:01:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-09 17:01:25 -0400 |
commit | d0d463e9b96b6671b09837900c58e50442e2e01f (patch) | |
tree | 872e2649e1919d63207aeeeb70132b41a5fe41dd | |
parent | d5737c43f35d4b70303803f1dabe58c7df6f4fe0 (diff) |
Fix a warning from `make check`v20160609
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,4 +33,6 @@ mandir = $(datarootdir)/man devtoolsdir = $(call abspath,$(topsrcdir)/../devtools-par) RONNFLAGS = --manual='libretools Manual' --organization='Parabola' +TESTENVFLAGS ?= + endif |