[hackers] [scc] [driver] add a dependency to arg.h to Makefile || Quentin Rameau
commit ec3185794afb773d64c798ebd6c3c846d56a93db
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sat Jul 2 11:10:14 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Sat Jul 2 11:10:14 2016 +0200
[driver] add a dependency to arg.h to Makefile
diff --git a/driver/posix/Makefile b/driver/posix/Makefile
index 91b1532..72f3620 100644
--- a/driver/posix/Makefile
+++ b/driver/posix/Makefile
_AT_@ -7,7 +7,7 @@ OBJS = scc.o
all: scc
-$(OBJS): ../../inc/cc.h
+$(OBJS): ../../inc/cc.h ../../inc/arg.h
../../lib/libcc.a:
cd ../../lib && $(MAKE) -e
Received on Mon Jul 04 2016 - 12:16:09 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 04 2016 - 12:24:21 CEST