diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index eee64a995..5f8a0ac52 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -78,7 +78,6 @@ COREUTILS-$(CONFIG_WHOAMI) += whoami.o | |||
78 | COREUTILS-$(CONFIG_YES) += yes.o | 78 | COREUTILS-$(CONFIG_YES) += yes.o |
79 | 79 | ||
80 | COREUTILS-y:=$(sort $(COREUTILS-y)) | 80 | COREUTILS-y:=$(sort $(COREUTILS-y)) |
81 | COREUTILS-m:=$(sort $(COREUTILS-m)) | ||
82 | 81 | ||
83 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) | 82 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) |
84 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) | 83 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) |