]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed frozenmain.o from objects added to library
authorGuido van Rossum <guido@python.org>
Thu, 26 Jan 1995 23:05:49 +0000 (23:05 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Jan 1995 23:05:49 +0000 (23:05 +0000)
Python/Makefile.in

index 76410766a59edb4a5a2a8a8fab70592b43d08712..f0f8d21ec222d66892286937ecd3fea4fdf13413 100644 (file)
@@ -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)