summaryrefslogtreecommitdiff
path: root/libc/misc/syslog
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:53:05 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-01 13:53:05 +0000
commitde5359a57065d40fcf11a0f609822089de79a97a (patch)
treec64fc94be9973ea09cd5f10590d55c6dc55f313a /libc/misc/syslog
parenta7d83d0dc73d18df4829c510adfd9dee5f667640 (diff)
Remove last unused references to libc-a-pic-, we use only the lists in libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
Diffstat (limited to 'libc/misc/syslog')
-rw-r--r--libc/misc/syslog/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/syslog/Makefile.in b/libc/misc/syslog/Makefile.in
index bc6cb0710..c1cd2ee18 100644
--- a/libc/misc/syslog/Makefile.in
+++ b/libc/misc/syslog/Makefile.in
@@ -15,7 +15,6 @@ MISC_SYSLOG_SRC:=$(patsubst %.c,$(MISC_SYSLOG_DIR)/%.c,$(CSRC))
MISC_SYSLOG_OBJ:=$(patsubst %.c,$(MISC_SYSLOG_OUT)/%.o,$(CSRC))
libc-a-y+=$(MISC_SYSLOG_OBJ)
-libc-a-pic-y+=$(MISC_SYSLOG_OBJ:.o=.os)
libc-so-y+=$(MISC_SYSLOG_OBJ:.o=.os)
libc-multi-y+=$(MISC_SYSLOG_SRC)