diff options
Diffstat (limited to 'news/tin/patches/patch-ab')
-rw-r--r-- | news/tin/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ab b/news/tin/patches/patch-ab new file mode 100644 index 00000000000..9c5f071581e --- /dev/null +++ b/news/tin/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.4 2007/09/05 21:59:22 wiz Exp $ + +--- Makefile.orig 2007-02-01 13:11:14.000000000 +0000 ++++ Makefile +@@ -407,7 +407,7 @@ all: + @$(ECHO) " " + + build: +- @-if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi ++ @if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi + + install: + @$(CD) $(SRCDIR) && $(MAKE) install |