summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
-rwxr-xr-xbin/find-unusedheaders.pl (renamed from bin/find_unusedheaders.pl)0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a9764bf378d9..e417670feae5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -376,6 +376,9 @@ findunusedcode:
| grep -v ^WSObject \
> unusedcode.easy
+findunusedheaders:
+ $(SRCDIR)/bin/find-unusedheaders.pl
+
# the actual running of subsequentcheck is now done in "build" target => faster
check: build
diff --git a/bin/find_unusedheaders.pl b/bin/find-unusedheaders.pl
index c6d7bdab59c8..c6d7bdab59c8 100755
--- a/bin/find_unusedheaders.pl
+++ b/bin/find-unusedheaders.pl