shithub: tlsclient

Download patch

ref: da4e4af4c4d766178e1212baec18c88ce4523ccb
parent: c6a42c0410eb728bddab3c64d64991ec838fd643
author: Jacob Moody <moody@posixcafe.org>
date: Thu Jul 20 12:46:12 EDT 2023

fix incorrect makefile variables

--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@
 	rm -f *.o lib*/*.o lib*/*.a tlsclient pam_p9.so login_-dp9ik mount.9ptls
 
 linux.tar.gz: tlsclient pam_p9.so mount.9ptls tlsclient.1 mount.9ptls.8
-	tar cf - $< | gzip > $@
+	tar cf - $^ | gzip > $@
 
 tlsclient.obsd:
 	OPENSSL=eopenssl11 LDFLAGS="$(LDFLAGS) -Xlinker --rpath=/usr/local/lib/eopenssl11/" $(MAKE) tlsclient
@@ -52,7 +52,7 @@
 	mv tlsclient tlsclient.obsd
 
 obsd.tar.gz: tlsclient.obsd login_-dp9ik tlsclient.1 login_-dp9ik.8
-	tar cf - tlsclient.obsd login_-dp9ik tlsclient.1 login_-dp9ik.8 | gzip > $@
+	tar cf - $^ | gzip > $@
 
 .PHONY: tlsclient.install
 tlsclient.install: tlsclient tlsclient.1