diff options
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r-- | coreutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 63823657f..1a4872f66 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -58,7 +58,7 @@ COREUTILS-$(CONFIG_MKDIR) += mkdir.o | |||
58 | COREUTILS-$(CONFIG_MKFIFO) += mkfifo.o | 58 | COREUTILS-$(CONFIG_MKFIFO) += mkfifo.o |
59 | COREUTILS-$(CONFIG_MKNOD) += mknod.o | 59 | COREUTILS-$(CONFIG_MKNOD) += mknod.o |
60 | COREUTILS-$(CONFIG_MV) += mv.o | 60 | COREUTILS-$(CONFIG_MV) += mv.o |
61 | COREUTILS-$(CONFIG_NICE) += nice.o | 61 | COREUTILS-$(CONFIG_NICE) += nice.o |
62 | COREUTILS-$(CONFIG_OD) += od.o | 62 | COREUTILS-$(CONFIG_OD) += od.o |
63 | COREUTILS-$(CONFIG_PRINTF) += printf.o | 63 | COREUTILS-$(CONFIG_PRINTF) += printf.o |
64 | COREUTILS-$(CONFIG_PWD) += pwd.o | 64 | COREUTILS-$(CONFIG_PWD) += pwd.o |