diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1430,12 +1430,12 @@ tags: FORCE | |||
1430 | includecheck: | 1430 | includecheck: |
1431 | find * $(RCS_FIND_IGNORE) \ | 1431 | find * $(RCS_FIND_IGNORE) \ |
1432 | -name '*.[hcS]' -type f -print | sort \ | 1432 | -name '*.[hcS]' -type f -print | sort \ |
1433 | | xargs $(PERL) -w scripts/checkincludes.pl | 1433 | | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl |
1434 | 1434 | ||
1435 | versioncheck: | 1435 | versioncheck: |
1436 | find * $(RCS_FIND_IGNORE) \ | 1436 | find * $(RCS_FIND_IGNORE) \ |
1437 | -name '*.[hcS]' -type f -print | sort \ | 1437 | -name '*.[hcS]' -type f -print | sort \ |
1438 | | xargs $(PERL) -w scripts/checkversion.pl | 1438 | | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl |
1439 | 1439 | ||
1440 | namespacecheck: | 1440 | namespacecheck: |
1441 | $(PERL) $(srctree)/scripts/namespace.pl | 1441 | $(PERL) $(srctree)/scripts/namespace.pl |