diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index d5ced26..9bbbb34 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -51,7 +51,7 @@ SYSLIBS= -lm all: $(LIB) -$(LIB): $(OBJS) +$(LIB): $& $(OBJS) -rm -f $(LIB) $(AR) cr $(LIB) $(OBJS) $(RANLIB) $(LIB) |