diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 13:53:05 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-01 13:53:05 +0000 |
commit | de5359a57065d40fcf11a0f609822089de79a97a (patch) | |
tree | c64fc94be9973ea09cd5f10590d55c6dc55f313a /libc/misc/glob/Makefile.in | |
parent | a7d83d0dc73d18df4829c510adfd9dee5f667640 (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/glob/Makefile.in')
-rw-r--r-- | libc/misc/glob/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/glob/Makefile.in b/libc/misc/glob/Makefile.in index c17086fde..548a93877 100644 --- a/libc/misc/glob/Makefile.in +++ b/libc/misc/glob/Makefile.in @@ -17,7 +17,6 @@ MISC_GLOB_OBJ:=$(patsubst %.c,$(MISC_GLOB_OUT)/%.o,$(CSRC)) $(MISC_GLOB_OUT)/glob64.o $(MISC_GLOB_OUT)/glob64.os: $(MISC_GLOB_DIR)/glob64.c $(MISC_GLOB_DIR)/glob.c libc-a-$(UCLIBC_HAS_GLOB)+=$(MISC_GLOB_OBJ) -libc-a-pic-$(UCLIBC_HAS_GLOB)+=$(MISC_GLOB_OBJ:.o=.os) libc-so-$(UCLIBC_HAS_GLOB)+=$(MISC_GLOB_OBJ:.o=.os) # glob has to be rewritten to allow multi |