From 4103c6c03a7305fd9463951176cacfb5eb9c1789 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 7 Aug 2011 18:58:31 +0000 Subject: Delete archive file before re-generating it Delete the archive file libthorn_Formaline-cactus-source.a before re-generating it. This circumvents a problem on Mac OSX Lion. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@206 83718e91-0e4f-0410-abf4-91180603181f --- src/make.configuration.deps | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3