File: make-clean.patch

package info (click to toggle)
imaptool 0.9-10
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 324 kB
  • ctags: 489
  • sloc: ansic: 3,740; makefile: 97
file content (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use 'rm -f' in 'make clean'
Author: Colin Watson <cjwatson@debian.org>
Forwarded: no
Last-Update: 2010-03-02

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -23,4 +23,4 @@
 		$(CC) -c gifalloc.c
 
 clean:
-	rm $(OBJECTS) imaptool
+	rm -f $(OBJECTS) imaptool