diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 8ebf62a..0feec27 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -74,7 +74,7 @@ SYSLIBS= $(LIBM) $(LIBC) all: $(LIB) ../python sharedmods -$(LIB): $(OBJS) Makefile +$(LIB): $& $(OBJS) Makefile -rm -f $(LIB) $(AR) cr $(LIB) $(OBJS) $(RANLIB) $(LIB) |