pkgsrc/news/tin/patches/patch-ab

13 lines
523 B
Text

$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