From 5b3fc9a805dd09c88628c3b053c7c38decc6095b Mon Sep 17 00:00:00 2001 From: marcobaye Date: Wed, 21 Oct 2020 16:36:03 +0000 Subject: [PATCH] fixed dependency in Makefiles git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@302 4df02467-bbd4-4a76-a152-e7ce94205b78 --- src/Makefile | 2 +- src/Makefile.dos | 2 +- src/Makefile.mingw | 2 +- src/Makefile.riscos | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index 61613de..7209c1e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,7 @@ output.o: config.h acme.h alu.h cpu.h dynabuf.h global.h input.h tree.h output.h platform.o: config.h platform.h platform.c -pseudoopcodes.o: acme.h alu.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c +pseudoopcodes.o: acme.h alu.h flow.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c section.o: config.h dynabuf.h global.h symbol.h tree.h section.h section.c diff --git a/src/Makefile.dos b/src/Makefile.dos index ef306ea..c335932 100644 --- a/src/Makefile.dos +++ b/src/Makefile.dos @@ -44,7 +44,7 @@ output.o: config.h acme.h alu.h cpu.h dynabuf.h global.h input.h tree.h output.h platform.o: config.h platform.h platform.c -pseudoopcodes.o: acme.h alu.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c +pseudoopcodes.o: acme.h alu.h flow.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c section.o: config.h dynabuf.h global.h symbol.h tree.h section.h section.c diff --git a/src/Makefile.mingw b/src/Makefile.mingw index f40091a..6effaf4 100644 --- a/src/Makefile.mingw +++ b/src/Makefile.mingw @@ -47,7 +47,7 @@ output.o: config.h acme.h alu.h cpu.h dynabuf.h global.h input.h tree.h output.h platform.o: config.h platform.h platform.c -pseudoopcodes.o: acme.h alu.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c +pseudoopcodes.o: acme.h alu.h flow.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c section.o: config.h dynabuf.h global.h symbol.h tree.h section.h section.c diff --git a/src/Makefile.riscos b/src/Makefile.riscos index d702d02..f57735d 100644 --- a/src/Makefile.riscos +++ b/src/Makefile.riscos @@ -43,7 +43,7 @@ output.o: config.h acme.h alu.h cpu.h dynabuf.h global.h input.h tree.h output.h platform.o: config.h platform.h platform.c -pseudoopcodes.o: acme.h alu.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c +pseudoopcodes.o: acme.h alu.h flow.h global.h input.h macro.h output.h symbol.h pseudoopcodes.h pseudoopcodes.c section.o: config.h dynabuf.h global.h symbol.h tree.h section.h section.c