summaryrefslogtreecommitdiff
path: root/libc/signal
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/signal
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/signal')
-rw-r--r--libc/signal/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/signal/Makefile.in b/libc/signal/Makefile.in
index 22c9f35ea..f8641f7f5 100644
--- a/libc/signal/Makefile.in
+++ b/libc/signal/Makefile.in
@@ -23,7 +23,6 @@ SIGNAL_SRC:=$(patsubst %.c,$(SIGNAL_DIR)/%.c,$(CSRC))
SIGNAL_OBJ:=$(patsubst $(SIGNAL_DIR)/%.c,$(SIGNAL_OUT)/%.o,$(SIGNAL_SRC))
libc-a-y+=$(SIGNAL_OBJ)
-libc-a-pic-y+=$(SIGNAL_OBJ:.o=.os)
libc-so-y+=$(SIGNAL_OBJ:.o=.os)
# either sigaction or allocrtsig have to be removed