[MPlayer-cvslog] r26662 - trunk/Makefile
    diego 
    subversion at mplayerhq.hu
       
    Sat May  3 17:57:54 CEST 2008
    
    
  
Author: diego
Date: Sat May  3 17:57:54 2008
New Revision: 26662
Log:
Make the checkheaders target work non-recursively.
Modified:
   trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat May  3 17:57:54 2008
@@ -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
    
    
More information about the MPlayer-cvslog
mailing list