diff options
-rw-r--r-- | Makefile.in | 3 | ||||
-rwxr-xr-x | bin/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 |