13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
$NetBSD: patch-tool_ifdef_Makefile.base,v 1.1 2016/09/28 10:00:27 kamil Exp $
|
|
|
|
Don't fail for clean.
|
|
|
|
--- tool/ifdef/Makefile.base.orig 2005-05-04 10:25:33.000000000 +0000
|
|
+++ tool/ifdef/Makefile.base
|
|
@@ -18,4 +18,4 @@ get.o: get.c
|
|
|
|
|
|
clean:
|
|
- rm get.o ifdef.o ifdef
|
|
+ rm -f get.o ifdef.o ifdef
|