aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-21 23:19:57 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-21 23:19:57 +0000
commitc0bc9652fd8aaa0283249f66b0971bd3139c9116 (patch)
treedb713c1570bb01508fef07b1991c86c01fa19e7e
parent78333d04526323991e5b7f6334607d99bbe35a5a (diff)
downloadbusybox-w32-c0bc9652fd8aaa0283249f66b0971bd3139c9116.tar.gz
busybox-w32-c0bc9652fd8aaa0283249f66b0971bd3139c9116.tar.bz2
busybox-w32-c0bc9652fd8aaa0283249f66b0971bd3139c9116.zip
fix whitespace
-rw-r--r--coreutils/Makefile.in2
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
58COREUTILS-$(CONFIG_MKFIFO) += mkfifo.o 58COREUTILS-$(CONFIG_MKFIFO) += mkfifo.o
59COREUTILS-$(CONFIG_MKNOD) += mknod.o 59COREUTILS-$(CONFIG_MKNOD) += mknod.o
60COREUTILS-$(CONFIG_MV) += mv.o 60COREUTILS-$(CONFIG_MV) += mv.o
61COREUTILS-$(CONFIG_NICE) += nice.o 61COREUTILS-$(CONFIG_NICE) += nice.o
62COREUTILS-$(CONFIG_OD) += od.o 62COREUTILS-$(CONFIG_OD) += od.o
63COREUTILS-$(CONFIG_PRINTF) += printf.o 63COREUTILS-$(CONFIG_PRINTF) += printf.o
64COREUTILS-$(CONFIG_PWD) += pwd.o 64COREUTILS-$(CONFIG_PWD) += pwd.o