[hackers] [st] [PATCH] Makefile: always output the build options, even when building with install

From: Tom Schwindl <schwindl_AT_posteo.de>
Date: Sun, 17 Sep 2023 00:11:28 +0000

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 470ac86407bb..6eb2d9d04852 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -40,7 +40,7 @@ dist: clean
 	tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
 	rm -rf st-$(VERSION)
 
-install: st
+install: all
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
 	cp -f st $(DESTDIR)$(PREFIX)/bin
 	chmod 755 $(DESTDIR)$(PREFIX)/bin/st
-- 
2.40.0
Received on Sun Sep 17 2023 - 02:11:28 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 17 2023 - 03:12:51 CEST