Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e6a7a6

Browse files
committed
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.
1 parent dbdb28e commit 4e6a7a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ buildno: $(PARSER_OBJS) \
297297
else echo 1 >buildno; fi
298298

299299
# Build static library
300+
# avoid long command lines, same as LIBRARY_OBJS
300301
$(LIBRARY): $(LIBRARY_OBJS)
301302
-rm -f $@
302-
# avoid long command lines, same as LIBRARY_OBJS
303303
$(AR) cr $@ Modules/getbuildinfo.o
304304
$(AR) cr $@ $(PARSER_OBJS)
305305
$(AR) cr $@ $(OBJECT_OBJS)

0 commit comments

Comments
 (0)