From 83058ab95bc1eab72235a10c5fa4125b51929d5e Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 15 May 2009 23:17:25 +0000 Subject: Add missing path to find invocation for tags/TAGS creation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29310 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec957df3c2..ae1b065b8a 100644 --- a/Makefile +++ b/Makefile @@ -982,10 +982,10 @@ doxygen: doxygen DOCS/tech/Doxyfile TAGS: - rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs etags -a + rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs etags -a tags: - rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs ctags -a + rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs ctags -a -- cgit v1.2.3