summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-af
blob: 6e9b85144c3fea649c033df6f82ffb0e3af78411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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.