View | Details | Raw Unified | Return to bug 34983 | Differences between
and this patch

Collapse All | Expand All

(-)data/Makefile.in (-2 / +2 lines)
Lines 424-431 Link Here
424
	@rm -f system.tags
424
	@rm -f system.tags
425
425
426
system.tags:
426
system.tags:
427
	cd $(top_builddir)/tagmanager && make libctags.a
427
	cd $(top_builddir)/tagmanager && gmake libctags.a
428
	cd $(top_builddir)/global-tags && make system.tags
428
	cd $(top_builddir)/global-tags && gmake system.tags
429
	mv $(top_builddir)/global-tags/system.tags .
429
	mv $(top_builddir)/global-tags/system.tags .
430
430
431
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Return to bug 34983