[BusyBox-cvs] svn commit: trunk/busybox/coreutils

vapier at busybox.net vapier at busybox.net
Thu Apr 21 23:19:58 UTC 2005


Author: vapier
Date: 2005-04-21 17:19:57 -0600 (Thu, 21 Apr 2005)
New Revision: 10146

Log:
fix whitespace

Modified:
   trunk/busybox/coreutils/Makefile.in


Changeset:
Modified: trunk/busybox/coreutils/Makefile.in
===================================================================
--- trunk/busybox/coreutils/Makefile.in	2005-04-21 23:17:57 UTC (rev 10145)
+++ trunk/busybox/coreutils/Makefile.in	2005-04-21 23:19:57 UTC (rev 10146)
@@ -58,7 +58,7 @@
 COREUTILS-$(CONFIG_MKFIFO)  	+= mkfifo.o
 COREUTILS-$(CONFIG_MKNOD)   	+= mknod.o
 COREUTILS-$(CONFIG_MV)      	+= mv.o
-COREUTILS-$(CONFIG_NICE)      	+= nice.o
+COREUTILS-$(CONFIG_NICE)    	+= nice.o
 COREUTILS-$(CONFIG_OD)      	+= od.o
 COREUTILS-$(CONFIG_PRINTF)  	+= printf.o
 COREUTILS-$(CONFIG_PWD)     	+= pwd.o




More information about the busybox-cvs mailing list