[hackers] [st] fixed STLDFLAG order in broken st Makefile || Anselm R Garbe

From: <git_AT_suckless.org>
Date: Sun, 23 Jul 2017 11:18:37 +0200 (CEST)

commit 7f990328e4fec8dfaaad311cb8af2304b58c872e
Author: Anselm R Garbe <anselm_AT_garbe.us>
AuthorDate: Sun Jul 23 11:17:26 2017 +0200
Commit: Anselm R Garbe <anselm_AT_garbe.us>
CommitDate: Sun Jul 23 11:17:26 2017 +0200

    fixed STLDFLAG order in broken st Makefile

diff --git a/Makefile b/Makefile
index 128ee9d..c678ead 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -27,7 +27,7 @@ x.o: arg.h st.h win.h
 $(OBJ): config.h config.mk
 
 st: $(OBJ)
- $(CC) $(STLDFLAGS) -o $_AT_ $(OBJ)
+ $(CC) -o $_AT_ $(OBJ) $(STLDFLAGS)
 
 clean:
         rm -f st $(OBJ) st-$(VERSION).tar.gz
Received on Sun Jul 23 2017 - 11:18:37 CEST

This archive was generated by hypermail 2.3.0 : Sun Jul 23 2017 - 11:25:45 CEST