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