From 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Sep 2017 16:28:43 +0200 Subject: regularize format of source file headers, no code changes Signed-off-by: Denys Vlasenko --- coreutils/printf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/printf.c') diff --git a/coreutils/printf.c b/coreutils/printf.c index d1ff183d0..353cfc608 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -48,7 +48,6 @@ //applet:IF_PRINTF(APPLET_NOFORK(printf, printf, BB_DIR_USR_BIN, BB_SUID_DROP, printf)) //kbuild:lib-$(CONFIG_PRINTF) += printf.o - //kbuild:lib-$(CONFIG_ASH_PRINTF) += printf.o //kbuild:lib-$(CONFIG_HUSH_PRINTF) += printf.o -- cgit v1.2.3-55-g6feb