summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 1efc9dc8ba49..0416b0f86137 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -2,15 +2,17 @@
# always needed
# ---------------------------------------------------------------------------
+all: fixdep split-include docproc __chmod
+
# The following temporary rule will make sure that people's
# trees get updated to the right permissions, since patch(1)
# can't do it
-CHMOD_FILES := kernel-doc mkcompile_h makelst
+# ---------------------------------------------------------------------------
-all: fixdep split-include docproc $(CHMOD_FILES)
+.PHONY: __chmod
-$(CHMOD_FILES): FORCE
- @chmod a+x $@
+__chmod: kernel-doc mkcompile_h makelst
+ @chmod a+x $^
# xconfig
# ---------------------------------------------------------------------------