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@ ...@@ -20,7 +20,7 @@ DLINCLDIR= @DLINCLDIR@
# === Other things that are customizable but not by configure === # === Other things that are customizable but not by configure ===
INCLDIR= $(srcdir)/../Include INCLDIR= $(srcdir)/../Include
OPT= -O OPT= @OPT@
CFLAGS= $(OPT) -I$(INCLDIR) -I.. $(DEFS) CFLAGS= $(OPT) -I$(INCLDIR) -I.. $(DEFS)
MKDEP= mkdep MKDEP= mkdep
...@@ -52,6 +52,7 @@ SYSLIBS= -lm ...@@ -52,6 +52,7 @@ SYSLIBS= -lm
all: $(LIB) all: $(LIB)
$(LIB): $(OBJS) $(LIB): $(OBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(OBJS) $(AR) cr $(LIB) $(OBJS)
$(RANLIB) $(LIB) $(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