diff options
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r-- | coreutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index c46dcbacb..2dc9ebabc 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -60,6 +60,7 @@ COREUTILS-$(CONFIG_MKFIFO) += mkfifo.o | |||
60 | COREUTILS-$(CONFIG_MKNOD) += mknod.o | 60 | COREUTILS-$(CONFIG_MKNOD) += mknod.o |
61 | COREUTILS-$(CONFIG_MV) += mv.o | 61 | COREUTILS-$(CONFIG_MV) += mv.o |
62 | COREUTILS-$(CONFIG_NICE) += nice.o | 62 | COREUTILS-$(CONFIG_NICE) += nice.o |
63 | COREUTILS-$(CONFIG_NOHUP) += nohup.o | ||
63 | COREUTILS-$(CONFIG_OD) += od.o | 64 | COREUTILS-$(CONFIG_OD) += od.o |
64 | COREUTILS-$(CONFIG_PRINTENV) += printenv.o | 65 | COREUTILS-$(CONFIG_PRINTENV) += printenv.o |
65 | COREUTILS-$(CONFIG_PRINTF) += printf.o | 66 | COREUTILS-$(CONFIG_PRINTF) += printf.o |