]> git.lizzy.rs Git - rust.git/commitdiff
make ctags targets phony
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 18 Oct 2011 17:29:10 +0000 (10:29 -0700)
committerBrian Anderson <banderson@mozilla.com>
Tue, 18 Oct 2011 17:37:27 +0000 (10:37 -0700)
mk/ctags.mk

index b47a6930b2a7439ace803a1882027747360ca6c8..a26fd099de26e5f287ae2b7fe7ca5cf3e1304930 100644 (file)
@@ -3,6 +3,8 @@
 # Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
 ######################################################################
 
+.PHONY: TAGS.emacs TAGS.vi
+
 CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src
 
 TAGS.emacs: