]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't
authorGuido van Rossum <guido@python.org>
Mon, 9 Apr 2001 22:23:22 +0000 (22:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Apr 2001 22:23:22 +0000 (22:23 +0000)
think that a command starting with '#' is a comment, so move the one
comment in such a position (in the rule for building $(LIBRARY)) to a
harmless position.

Makefile.pre.in

index 341c3c92e343a435efd68b36ceb4d1f1eed147f3..0cc6ee8b0be2055951591367cb95423e1df33d11 100644 (file)
@@ -297,9 +297,9 @@ buildno: $(PARSER_OBJS) \
        else echo 1 >buildno; fi
 
 # Build static library
+# avoid long command lines, same as LIBRARY_OBJS
 $(LIBRARY): $(LIBRARY_OBJS)
        -rm -f $@
-       # avoid long command lines, same as LIBRARY_OBJS
        $(AR) cr $@ Modules/getbuildinfo.o
        $(AR) cr $@ $(PARSER_OBJS)
        $(AR) cr $@ $(OBJECT_OBJS)