# HG changeset patch # User diego # Date 1209830274 0 # Node ID f03109452eba959087138e88b05f5a397f72b69e # Parent 2a36c68d4c127737d80e7b0a444b474eb3978149 Make the checkheaders target work non-recursively. diff -r 2a36c68d4c12 -r f03109452eba Makefile --- a/Makefile Sat May 03 15:44:55 2008 +0000 +++ b/Makefile Sat May 03 15:57:54 2008 +0000 @@ -892,7 +892,7 @@ 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