From 664a22021ce278dc4120a5737b21bf6fe5448166 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Fri, 28 Jul 2017 13:48:17 -0600 Subject: makefile: fix ci-deps-ubuntu target Remove errant hyphen in read-dependencies --distro ubuntu parameter for ci-deps-ubuntu. All system packages can now be installed for ubuntu with make ci-deps-ubuntu". [author: powersj, review:blackboxsw] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9f54982..f280911f 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ pyflakes: pyflakes3: @$(CWD)/tools/run-pyflakes3 - + unittest: clean_pyc nosetests $(noseopts) tests/unittests @@ -54,7 +54,7 @@ unittest3: clean_pyc nosetests3 $(noseopts) tests/unittests ci-deps-ubuntu: - @$(PYVER) $(CWD)/tools/read-dependencies --distro-ubuntu --test-distro + @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro ci-deps-centos: @$(PYVER) $(CWD)/tools/read-dependencies --distro centos --test-distro -- cgit v1.2.3