From 4874217267546c89ded4c1bef994a409eef813d3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 28 Jul 2017 15:58:52 +1000 Subject: [PATCH] add semicolon --- bin/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index fccefbc7ed..f909ee3c47 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -59,7 +59,7 @@ install:: ${TARGETS} installdirs else \ ${PYTHON} ${srcdir}/setup.py install --prefix=${prefix} ; \ fi ; \ - rm -rf build \ + rm -rf build ; \ fi uninstall::