[hackers] [scc] [driver] Fix libcc target in Makefile || Quentin Rameau

From: <git_AT_suckless.org>
Date: Wed, 25 May 2016 15:57:36 +0200 (CEST)

commit 2a5a4fdc79effef6289fa10af2df903f2a88b7b2
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Wed May 25 15:56:33 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Wed May 25 15:56:33 2016 +0200

    [driver] Fix libcc target in Makefile

diff --git a/driver/posix/Makefile b/driver/posix/Makefile
index 316f6a4..5012890 100644
--- a/driver/posix/Makefile
+++ b/driver/posix/Makefile
_AT_@ -10,7 +10,7 @@ all: scc
 $(OBJS): ../../inc/cc.h
 
 ../../lib/libcc.a:
- cd ../lib && $(MAKE) -e -$(MAKEFLAGS)
+ cd ../../lib && $(MAKE) -e -$(MAKEFLAGS)
 
 scc: $(OBJS) ../../lib/libcc.a
         $(CC) $(SCC_LDFLAGS) $(OBJS) ../../lib/libcc.a -o $_AT_
Received on Wed May 25 2016 - 15:57:36 CEST

This archive was generated by hypermail 2.3.0 : Wed May 25 2016 - 16:00:18 CEST