git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca005c
)
Testsuite: fix build on non-gnumake platforms
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 10 Mar 2020 22:40:27 +0000
(22:40 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 10 Mar 2020 22:40:27 +0000
(22:40 +0000)
Broken-by: effbc122d
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 6a9603cf3740111303719e04e6b6028620a12cbd..9984ee43faa859152d69122df4d8e26e270d4922 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-59,7
+59,7
@@
bin/client-ssl: $(SRC)/client.c Makefile
$(CC) $(CFLAGS) -DHAVE_OPENSSL $(LDFLAGS) -o bin/client-ssl $(SRC)/client.c -lssl -lcrypto $(LIBS)
$(CLIENT_ANYTLS): $(CLIENT_GNUTLS) $(CLIENT_OPENSSL)
-
ln -sf `basename $<`
$@
+
[ -n "$(CLIENT_GNUTLS)" ] && ln -sf $(CLIENT_GNUTLS) $@ || ln -sf $(CLIENT_OPENSSL)
$@
bin/checkaccess:$(SRC)/checkaccess.c Makefile
$(CC) $(CFLAGS) -DNO_TLS $(LDFLAGS) -o bin/checkaccess $(SRC)/checkaccess.c