aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.configuration.deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 37987bf..ba81ac3 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -43,6 +43,7 @@ FRM-OBJS-other = $(TARBALL_DIR)/flesh-Cactus-????.o $(patsubst %,$(TARBALL_DIR)/
$(FRM-LIB): $(FRM-OBJS)
# $(AR) $(ARFLAGS) $@ $^
$(MAKE) -f $(MAKE_DIR)/make.configuration $(FRM-LIB).objectlist.custom
+ $(RM) $@ 2>/dev/null
xargs -n $(FRM-OBJS-words-max) $(AR) $(ARFLAGS) $@ < $(FRM-LIB).objectlist
$(RM) $(FRM-LIB).objectlist
if test "x$(USE_RANLIB)" = "xyes" ; then $(RANLIB) $(RANLIBFLAGS) $@ ; fi