summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella/patches/patch-ac')
-rw-r--r--emulators/stella/patches/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/stella/patches/patch-ac b/emulators/stella/patches/patch-ac
deleted file mode 100644
index 39f3e169fa6..00000000000
--- a/emulators/stella/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$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