Introduction
Introduction Statistics Contact Development Disclaimer Help
some sanity fixes - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 059dcd31c983441d637d17f521ef6dd144215694
parent c5ba8cfeb807114e3cd9fd5ba7c3bc0884e1abad
Author: [email protected] <unknown>
Date: Sun, 2 Aug 2009 09:31:02 +0000
some sanity fixes
Diffstat:
M std.mk | 2 +-
M yacc.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/std.mk b/std.mk
@@ -30,4 +30,4 @@ clean:
${TARG}: ${OFILES}
@echo LD ${TARG}
- @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -L${PREFIX}/lib -L../lib9 -l9
+ @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -L../lib9 -l9
diff --git a/yacc.mk b/yacc.mk
@@ -28,11 +28,11 @@ uninstall:
.c.o:
@echo CC $*.c
- @${CC} ${CFLAGS} -I../lib9 -I${PREFIX}/include -I../lib9 $*.c
+ @${CC} ${CFLAGS} -I../lib9 -I../lib9 $*.c
clean:
rm -f ${OFILES} ${TARG} y.tab.c y.tab.h
${TARG}: ${OFILES}
@echo LD ${TARG}
- @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -lm -L${PREFIX}/lib -L../lib9 -…
+ @${CC} ${LDFLAGS} -o ${TARG} ${OFILES} -lm -L../lib9 -l9
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.