$NetBSD: patch-ac,v 1.7 2009/07/12 16:31:59 dholland Exp $

Suppress pointless run of ctags at start of build.

--- Makefile.orig	2009-06-21 18:15:06.000000000 -0400
+++ Makefile	2009-06-21 18:15:27.000000000 -0400
@@ -219,4 +219,4 @@ gp2x-organize:
 # Use Exuberant ctags (the one from Slackware's vim package, for instance),
 # not the one from emacs!
 tags:
-	ctags `find . -name '*.[ch]xx' -o -name '*.c' -o -name '*.y'` || true
+	true || ctags `find . -name '*.[ch]xx' -o -name '*.c' -o -name '*.y'` || true
