summaryrefslogtreecommitdiff
path: root/scripts/mkdep.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /scripts/mkdep.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'scripts/mkdep.c')
-rw-r--r--scripts/mkdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkdep.c b/scripts/mkdep.c
index 9b92b08c4..ae3cc74e0 100644
--- a/scripts/mkdep.c
+++ b/scripts/mkdep.c
@@ -3,7 +3,7 @@
3 * Smart CONFIG_* processing by Werner Almesberger, Michael Chastain. 3 * Smart CONFIG_* processing by Werner Almesberger, Michael Chastain.
4 * 4 *
5 * Usage: mkdep cflags -- file ... 5 * Usage: mkdep cflags -- file ...
6 * 6 *
7 * Read source files and output makefile dependency lines for them. 7 * Read source files and output makefile dependency lines for them.
8 * I make simple dependency lines for #include <*.h> and #include "*.h". 8 * I make simple dependency lines for #include <*.h> and #include "*.h".
9 * I also find instances of CONFIG_FOO and generate dependencies 9 * I also find instances of CONFIG_FOO and generate dependencies