]> git.ipfire.org Git - pakfire.git/commitdiff
Add a missing command in clean section of a Makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Dec 2011 18:58:31 +0000 (19:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Dec 2011 18:58:31 +0000 (19:58 +0100)
tools/fake-environ/Makefile

index 1261effe4b70d08286c18bb39711f683f4bace24..09c8237f01d217760cbc5a0bcb03d80b26c8bede 100644 (file)
@@ -22,4 +22,4 @@ install: all
 
 .PHONY: clean
 clean:
-       $(LIB)
+       rm -vf $(LIB)