diff options
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 4e7b7bd20..2ab256c15 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
| @@ -82,7 +82,11 @@ COREUTILS-$(CONFIG_WHOAMI) += whoami.o | |||
| 82 | COREUTILS-$(CONFIG_YES) += yes.o | 82 | COREUTILS-$(CONFIG_YES) += yes.o |
| 83 | 83 | ||
| 84 | COREUTILS-y:=$(sort $(COREUTILS-y)) | 84 | COREUTILS-y:=$(sort $(COREUTILS-y)) |
| 85 | |||
| 86 | ifneq ($(strip $(COREUTILS-y)),) | ||
| 85 | libraries-y+=$(COREUTILS_DIR)$(COREUTILS_AR) | 87 | libraries-y+=$(COREUTILS_DIR)$(COREUTILS_AR) |
| 88 | endif | ||
| 89 | |||
| 86 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) | 90 | COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y)) |
| 87 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) | 91 | COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) |
| 88 | APPLET_SRC-y+=$(COREUTILS_SRC-y) | 92 | APPLET_SRC-y+=$(COREUTILS_SRC-y) |
