scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit a78afa79e1c31fbf374cf51f888850dc2ba878bc
parent 4e795291b71f8bafe11169b7e28b5f86a130ed34
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 17 May 2018 20:44:06 +0100

[as] Update dependencies list

Diffstat:
Mas/Makefile | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/as/Makefile b/as/Makefile @@ -45,12 +45,26 @@ target/x80/ins.o: ./target/x80/proc.h target/x80/z80.o: ./target/x80/../../../inc/scc.h target/x80/z80.o: ./target/x80/../../as.h target/x80/z80.o: ./target/x80/../x80/proc.h +target/x80/z80tbl.o: ./target/x80/../../../inc/scc.h +target/x80/z80tbl.o: ./target/x80/../../as.h +target/x80/z80tbl.o: ./target/x80/../x80/proc.h target/x86/amd64.o: ./target/x86/../../../inc/scc.h target/x86/amd64.o: ./target/x86/../../as.h +target/x86/amd64tbl.o: ./target/x86/../../../inc/scc.h +target/x86/amd64tbl.o: ./target/x86/../../as.h +target/x86/amd64tbl.o: ./target/x86/../x86/proc.h +target/x86/i286.o: ./target/x86/../../../inc/scc.h +target/x86/i286.o: ./target/x86/../../as.h +target/x86/i286.o: ./target/x86/../x86/proc.h +target/x86/i286tbl.o: ./target/x86/../../../inc/scc.h +target/x86/i286tbl.o: ./target/x86/../../as.h +target/x86/i286tbl.o: ./target/x86/../x86/proc.h target/x86/i386.o: ./target/x86/../../../inc/scc.h target/x86/i386.o: ./target/x86/../../as.h target/x86/i386.o: ./target/x86/../x86/proc.h -target/x86/i8086.o: ./target/x86/arch16.h +target/x86/i386tbl.o: ./target/x86/../../../inc/scc.h +target/x86/i386tbl.o: ./target/x86/../../as.h +target/x86/i386tbl.o: ./target/x86/../x86/proc.h target/x86/ins.o: ./target/x86/../../../inc/scc.h target/x86/ins.o: ./target/x86/../../as.h target/x86/ins.o: ./target/x86/proc.h