diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2002-07-25 00:47:19 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@acpi3.(none)> | 2002-07-25 00:47:19 -0700 |
| commit | f7822c6bc073d3f07d5d10e0460191e813bb9517 (patch) | |
| tree | b4996ab0bda727a4ed17849f749cde187084834b /scripts | |
| parent | 26cffe4a86f5830694697cb0a0decf175baa0b9f (diff) | |
[PATCH] Remove docgen + gen-all-syms targets
Removed unused targets to CHMOD_FILES in scripts
This allow a fresh kernel to start the build process without
bailing about docgen.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index ea426beb6011..1efc9dc8ba49 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -5,7 +5,7 @@ # 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 := docgen gen-all-syms kernel-doc mkcompile_h makelst +CHMOD_FILES := kernel-doc mkcompile_h makelst all: fixdep split-include docproc $(CHMOD_FILES) |
