[build] contrib target no longer depends on --enable-testing

This commit is contained in:
Joe Thornber 2016-03-31 16:14:11 +01:00
parent 06e74656f6
commit a5ed4258c0
1 changed files with 2 additions and 1 deletions

View File

@ -259,9 +259,10 @@ endif
.PHONY: install
include contrib/Makefile
ifeq ("@TESTING@", "yes")
include unit-tests/Makefile
include contrib/Makefile
.PHONEY: features