Introduction
Introduction Statistics Contact Development Disclaimer Help
applied Anthony's fix for yacc.mk - 9base - revived minimalist port of Plan 9 u…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 422c761c28840f03071ac83a3edbfc6ae04d1921
parent 629f22258ad7db15ecccd9e38baa6456a5153e9e
Author: [email protected] <unknown>
Date: Tue, 28 Feb 2012 18:50:48 +0100
applied Anthony's fix for yacc.mk
Diffstat:
M yacc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/yacc.mk b/yacc.mk
@@ -35,4 +35,4 @@ clean:
${TARG}: ${OFILES}
@echo LD ${TARG}
- @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -lm -L../lib9 -l9
+ @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -L../lib9 -l9 -lm
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.