From: Guido van Rossum Date: Thu, 26 Jan 1995 23:05:49 +0000 (+0000) Subject: removed frozenmain.o from objects added to library X-Git-Tag: v1.2b3~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2ed415a1b2f85adc41e27639d30f01c2d3a8964;p=thirdparty%2FPython%2Fcpython.git removed frozenmain.o from objects added to library --- diff --git a/Python/Makefile.in b/Python/Makefile.in index 76410766a59e..f0f8d21ec222 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -33,7 +33,6 @@ OBJS= \ bltinmodule.o \ ceval.o cgensupport.o compile.o \ errors.o \ - frozenmain.o \ getargs.o getmtime.o graminit.o \ import.o importdl.o \ marshal.o modsupport.o mystrtoul.o \ @@ -49,7 +48,7 @@ SYSLIBS= -lm # === Rules === -all: $(LIB) +all: $(LIB) frozenmain.o $(LIB): $& $(OBJS) -rm -f $(LIB)