From c8d1c000b90777c51f32f891760b1bbef30403aa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 16 Dec 2011 19:58:31 +0100 Subject: [PATCH] Add a missing command in clean section of a Makefile. --- tools/fake-environ/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fake-environ/Makefile b/tools/fake-environ/Makefile index 1261effe4..09c8237f0 100644 --- a/tools/fake-environ/Makefile +++ b/tools/fake-environ/Makefile @@ -22,4 +22,4 @@ install: all .PHONY: clean clean: - $(LIB) + rm -vf $(LIB) -- 2.39.5