$NetBSD: patch-Makefile,v 1.2 2019/01/15 15:48:17 wiz Exp $

Do not ignore error for missing src/Makefile.

--- Makefile.orig
+++ 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
