diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/Makefile.in b/archival/Makefile.in index d62507e0a..ee284ad7a 100644 --- a/archival/Makefile.in +++ b/archival/Makefile.in | |||
@@ -26,7 +26,9 @@ ARCHIVAL-$(CONFIG_TAR) += tar.o | |||
26 | ARCHIVAL-$(CONFIG_UNCOMPRESS) += uncompress.o | 26 | ARCHIVAL-$(CONFIG_UNCOMPRESS) += uncompress.o |
27 | ARCHIVAL-$(CONFIG_UNZIP) += unzip.o | 27 | ARCHIVAL-$(CONFIG_UNZIP) += unzip.o |
28 | 28 | ||
29 | ifneq ($(strip $(ARCHIVAL-y)),) | ||
29 | libraries-y+=$(ARCHIVAL_DIR)$(ARCHIVAL_AR) | 30 | libraries-y+=$(ARCHIVAL_DIR)$(ARCHIVAL_AR) |
31 | endif | ||
30 | 32 | ||
31 | ARCHIVAL_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(ARCHIVAL-y)) | 33 | ARCHIVAL_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(ARCHIVAL-y)) |
32 | ARCHIVAL_SRC-a:=$(wildcard $(srcdir)/*.c) | 34 | ARCHIVAL_SRC-a:=$(wildcard $(srcdir)/*.c) |