aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d0ffbeb51942..344defd0f918 100644
--- a/Makefile
+++ b/Makefile
@@ -1430,12 +1430,12 @@ tags: FORCE
1430includecheck: 1430includecheck:
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
1435versioncheck: 1435versioncheck:
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
1440namespacecheck: 1440namespacecheck:
1441 $(PERL) $(srctree)/scripts/namespace.pl 1441 $(PERL) $(srctree)/scripts/namespace.pl