Kaydet (Commit) 4e6a7a62 authored tarafından Guido van Rossum's avatar Guido van Rossum

Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't

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.
üst dbdb28e8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment