提交 ab3e8f63 编写于 作者: P Pauli

Rearrange link line so the libraries come after the source.

Some linkers like it this way.
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3879)
上级 1ef45418
...@@ -27,4 +27,4 @@ server-cmod: server-cmod.o ...@@ -27,4 +27,4 @@ server-cmod: server-cmod.o
server-conf: server-conf.o server-conf: server-conf.o
client-arg client-conf saccept sconnect server-arg server-cmod server-conf: client-arg client-conf saccept sconnect server-arg server-cmod server-conf:
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
...@@ -17,4 +17,4 @@ aesccm: aesccm.o ...@@ -17,4 +17,4 @@ aesccm: aesccm.o
aesgcm: aesgcm.o aesgcm: aesgcm.o
aesccm aesgcm: aesccm aesgcm:
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册