Kaydet (Commit) 24f48503 authored tarafından Guido van Rossum's avatar Guido van Rossum

errors.c: clear traceback too.

Makefile.in: remove lib*.a before creating new one.
üst b1ba03f0
......@@ -20,7 +20,7 @@ DLINCLDIR= @DLINCLDIR@
# === Other things that are customizable but not by configure ===
INCLDIR= $(srcdir)/../Include
OPT= -O
OPT= @OPT@
CFLAGS= $(OPT) -I$(INCLDIR) -I.. $(DEFS)
MKDEP= mkdep
......@@ -52,6 +52,7 @@ SYSLIBS= -lm
all: $(LIB)
$(LIB): $(OBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(OBJS)
$(RANLIB) $(LIB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment