Merge pull request #5499 from fgrzadkowski/fix_makefile

Remove unneeded make rule name.
This commit is contained in:
Wojciech Tyczynski 2015-03-16 16:33:03 +01:00
commit 282fececdd

View File

@ -48,7 +48,7 @@ check test:
#
# Example:
# make test_integration
test_integration test_integ:
test_integration:
hack/test-integration.sh
.PHONY: test_integration test_integ