summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/patches/patch-af')
-rw-r--r--devel/anjuta/patches/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/anjuta/patches/patch-af b/devel/anjuta/patches/patch-af
deleted file mode 100644
index 6e9b85144c3..00000000000
--- a/devel/anjuta/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.2 2003/01/06 00:06:12 rh Exp $
-
---- data/Makefile.in.orig Sun Dec 15 02:01:04 2002
-+++ data/Makefile.in
-@@ -556,8 +556,8 @@ clean-local:
- @rm -f system.tags
-
- system.tags:
-- cd $(top_builddir)/tagmanager && make libctags.a
-- cd $(top_builddir)/global-tags && make system.tags
-+ cd $(top_builddir)/tagmanager && ${MAKE} libctags.a
-+ cd $(top_builddir)/global-tags && ${MAKE} system.tags
- mv $(top_builddir)/global-tags/system.tags .
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.