freebsd-ports/devel/anjuta-devel/files/patch-data::Makefile.in
Maxim Sobolev ede6e408c4 Update to 0.1.9.
PR:		34983
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-19 08:37:46 +00:00

14 lines
488 B
Text

--- data/Makefile.in.orig Fri Feb 15 17:24:52 2002
+++ data/Makefile.in Fri Feb 15 17:24:40 2002
@@ -424,8 +424,8 @@
@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.