Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47242
Collapse All | Expand All

(-)anjuta-1.2.1/global-tags/Makefile.in (-1 / +1 lines)
Lines 405-411 Link Here
405
system.tags: create_global_tags.sh tm_global_tags
405
system.tags: create_global_tags.sh tm_global_tags
406
	echo "Detecting header files and Generating global symbols ....."
406
	echo "Detecting header files and Generating global symbols ....."
407
	chmod +x $(srcdir)/create_global_tags.sh
407
	chmod +x $(srcdir)/create_global_tags.sh
408
	(cd $(top_builddir)/global-tags; $(srcdir)/create_global_tags.sh)
408
	(cd $(top_builddir)/global-tags; /bin/sh $(srcdir)/create_global_tags.sh)
409
409
410
# Tell versions [3.59,3.63) of GNU make to not export all variables.
410
# Tell versions [3.59,3.63) of GNU make to not export all variables.
411
# Otherwise a system limit (for SysV at least) may be exceeded.
411
# Otherwise a system limit (for SysV at least) may be exceeded.

Return to bug 47242