b7572f8e4c
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
14 lines
449 B
Text
14 lines
449 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $
|
|
|
|
--- data/Makefile.am.orig Thu Feb 14 20:28:34 2002
|
|
+++ data/Makefile.am
|
|
@@ -50,7 +50,7 @@
|
|
@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 .
|
|
|