diff options
Diffstat (limited to 'libc/misc/error/Makefile.in')
-rw-r--r-- | libc/misc/error/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/error/Makefile.in b/libc/misc/error/Makefile.in index fc699e870..c529e955e 100644 --- a/libc/misc/error/Makefile.in +++ b/libc/misc/error/Makefile.in @@ -14,8 +14,6 @@ MISC_ERROR_SRC := $(patsubst %.c,$(MISC_ERROR_DIR)/%.c,$(CSRC)) MISC_ERROR_OBJ := $(patsubst %.c,$(MISC_ERROR_OUT)/%.o,$(CSRC)) libc-y += $(MISC_ERROR_OBJ) -libc-a-y += $(MISC_ERROR_OBJ) -libc-so-y += $(MISC_ERROR_OBJ:.o=.os) objclean-y += misc_error_objclean |