summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-03 15:57:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-03 15:57:54 +0000
commit2fb6c0aabf93ae52c78412cf8f027e85bb4ce198 (patch)
treea1137bb8e51db433a33e92df2329f77a3aad9390 /Makefile
parentb2782de28759dd305913cec92d24774aa407a384 (diff)
downloadmpv-2fb6c0aabf93ae52c78412cf8f027e85bb4ce198.tar.bz2
mpv-2fb6c0aabf93ae52c78412cf8f027e85bb4ce198.tar.xz
Make the checkheaders target work non-recursively.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26662 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e68bae0d0a..9dc7d52cde 100644
--- a/Makefile
+++ b/Makefile
@@ -892,7 +892,7 @@ TAGS:
tags:
rm -f $@; ( find -name '*.[chS]' -print ) | xargs ctags -a
-ALLHEADERS = $(wildcard *.h)
+ALLHEADERS = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.h))
checkheaders: $(ALLHEADERS:.h=.ho)
# ./configure must be rerun if it changed