diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-01 06:45:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-01 06:45:55 +0000 |
commit | 2bec97c076e7183b4ce4e5de3739299bbd3a06fa (patch) | |
tree | e86eaef5a82709a64df6f0f712f325ab0be70ae0 /sysdeps/linux | |
parent | 1130976f8ec187551c5c485bef3a0464a72f06a1 (diff) | |
download | busybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.gz busybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.bz2 busybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.zip |
Some CML1 grammar fixes
-Erik
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in index d799c94ea..c1860556d 100644 --- a/sysdeps/linux/config.in +++ b/sysdeps/linux/config.in | |||
@@ -28,7 +28,6 @@ endmenu | |||
28 | source archival/config.in | 28 | source archival/config.in |
29 | source console-tools/config.in | 29 | source console-tools/config.in |
30 | source editors/config.in | 30 | source editors/config.in |
31 | source fileutils/config.in | ||
32 | source findutils/config.in | 31 | source findutils/config.in |
33 | source init/config.in | 32 | source init/config.in |
34 | source miscutils/config.in | 33 | source miscutils/config.in |
@@ -41,4 +40,5 @@ source shellutils/config.in | |||
41 | source sysklogd/config.in | 40 | source sysklogd/config.in |
42 | source textutils/config.in | 41 | source textutils/config.in |
43 | source util-linux/config.in | 42 | source util-linux/config.in |
43 | source fileutils/config.in | ||
44 | 44 | ||