From ac961eac3ceb9055d3b75e17dfb44d72f1183b03 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Jul 2015 12:56:52 -0400 Subject: "git submodule deinit" whines unless given an argument. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c2f02dd..b6bc9a4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ clean: cd ${REPO}; git clean -dxf distclean: clean - git submodule deinit + git submodule deinit ${REPO} rm -f TAGS ${HDR}: -- cgit v1.2.3