From: Michael Tremer Date: Fri, 16 Dec 2011 18:58:31 +0000 (+0100) Subject: Add a missing command in clean section of a Makefile. X-Git-Tag: 0.9.20~36^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8d1c000b90777c51f32f891760b1bbef30403aa;p=pakfire.git Add a missing command in clean section of a Makefile. --- 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)