summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/regex/Makefile.in')
-rw-r--r--libc/misc/regex/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/regex/Makefile.in b/libc/misc/regex/Makefile.in
index 4e76dee36..c6f2aea8b 100644
--- a/libc/misc/regex/Makefile.in
+++ b/libc/misc/regex/Makefile.in
@@ -1,6 +1,5 @@
# Makefile for uClibc
#
-# Copyright (C) 2000 by Lineo, inc.
# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
@@ -19,6 +18,8 @@ MISC_REGEX_SRC := $(patsubst %.c,$(MISC_REGEX_DIR)/%.c,$(CSRC))
MISC_REGEX_OBJ := $(patsubst %.c,$(MISC_REGEX_OUT)/%.o,$(CSRC))
libc-$(UCLIBC_HAS_REGEX) += $(MISC_REGEX_OBJ)
+libc-a-$(UCLIBC_HAS_REGEX) += $(MISC_REGEX_OBJ)
+libc-so-$(UCLIBC_HAS_REGEX) += $(MISC_REGEX_OBJ:.o=.os)
objclean-y += misc_regex_objclean