scc

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

commit af9ca18818cbdad838dfd7690aebe14cab1b4015
parent ae95ee0a924a2be58604ed5d422c0ae8519789c2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  8 May 2018 15:57:07 +0100

Update dependency list of nm and ld

Diffstat:
Mld/Makefile | 4+++-
Mnm/Makefile | 2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ld/Makefile b/ld/Makefile @@ -27,7 +27,9 @@ coff32.c: ../inc/coff32/syms.h coff32.c: ../inc/scc.h coff32.c: ld.h formats.c: ld.h -main.c: ../inc/arg.h main.c: ../inc/ar.h +main.c: ../inc/arg.h main.c: ../inc/scc.h main.c: ld.h +obj.c: ../inc/scc.h +obj.c: ld.h diff --git a/nm/Makefile b/nm/Makefile @@ -27,7 +27,7 @@ coff32.c: ../inc/coff32/syms.h coff32.c: ../inc/scc.h coff32.c: nm.h formats.c: nm.h -main.c: ../inc/arg.h main.c: ../inc/ar.h +main.c: ../inc/arg.h main.c: ../inc/scc.h main.c: nm.h