summaryrefslogtreecommitdiff
path: root/lib/make/make.thornlib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.thornlib')
-rw-r--r--lib/make/make.thornlib1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/make/make.thornlib b/lib/make/make.thornlib
index f6f640ee..1690025a 100644
--- a/lib/make/make.thornlib
+++ b/lib/make/make.thornlib
@@ -89,7 +89,6 @@ $(NAME): $(addsuffix /make.checked, $(SUBDIRS) $(THORNBINDINGS))
## in batches not larger than $(OBJS-words-max) files at a time.
$(MAKE) -f $(MAKE_DIR)/make.thornlib $(NAME).objectlist
xargs -n $(OBJS-words-max) $(AR) $(ARFLAGS) $@ < $(NAME).objectlist
- $(RM) $(NAME).objectlist
## Alternatively, we could create a single object file from the object
## files and put it into an archive.
# ld -r -o $@.o $(OBJS)