aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b6610e005aa..bfe3e36c2c43 100644
--- a/Makefile
+++ b/Makefile
@@ -1401,7 +1401,7 @@ includecheck:
1401 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl 1401 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1402 1402
1403versioncheck: 1403versioncheck:
1404 find * $(RCS_FIND_IGNORE) \ 1404 find $(srctree)/* $(RCS_FIND_IGNORE) \
1405 -name '*.[hcS]' -type f -print | sort \ 1405 -name '*.[hcS]' -type f -print | sort \
1406 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl 1406 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl
1407 1407