aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b99058da0..67e6fd0c3 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,6 @@ boringssl: boringssl-build boringssl-copy
libbacktrace:
cd $(BUN_DEPS_DIR)/libbacktrace && \
- (make clean || echo "") && \
CFLAGS="$(CFLAGS)" CC=$(CC) ./configure --disable-shared --enable-static --with-pic && \
make -j$(CPUS) && \
cp ./.libs/libbacktrace.a $(BUN_DEPS_OUT_DIR)/libbacktrace.a