From 06469f09dfc604f66e86e4537467cd230db09a19 Mon Sep 17 00:00:00 2001 From: michaelh Date: Mon, 3 Sep 2001 18:31:40 +0000 Subject: [PATCH] Added build to the install target git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1220 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/Makefile | 2 +- link/Makefile | 2 +- support/tests/dhrystone/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/as/Makefile b/as/Makefile index ff3e994b..f50fd134 100644 --- a/as/Makefile +++ b/as/Makefile @@ -7,7 +7,7 @@ DOCS = README abstra.doc appendk.txt asmlnk.doc asxhtm.html format.txt all: $(MAKE) -C z80 _as-z80 _as-gbz80 E=$(E) BUILDDIR=../../bin/ -install: install-doc +install: all install-doc $(INSTALL) $(PRJDIR)/bin/as-z80 `echo $(bindir)/as-z80|sed '$(transform)'` $(STRIP) -s `echo $(bindir)/as-z80|sed '$(transform)'` $(INSTALL) $(PRJDIR)/bin/as-gbz80 `echo $(bindir)/as-gbz80|sed '$(transform)'` diff --git a/link/Makefile b/link/Makefile index 0e333367..88a4712b 100644 --- a/link/Makefile +++ b/link/Makefile @@ -7,7 +7,7 @@ PORTS = z80 gbz80 all: $(MAKE) -C z80 _link-z80 _link-gbz80 E=$(E) BUILDDIR=../../bin/ -install: +install: all $(INSTALL) $(PRJDIR)/bin/link-z80 `echo $(bindir)/link-z80|sed '$(transform)'` $(STRIP) `echo $(bindir)/link-z80|sed '$(transform)'` $(INSTALL) $(PRJDIR)/bin/link-gbz80 `echo $(bindir)/link-gbz80|sed '$(transform)'` diff --git a/support/tests/dhrystone/Makefile b/support/tests/dhrystone/Makefile index 98194002..39fc0dfc 100644 --- a/support/tests/dhrystone/Makefile +++ b/support/tests/dhrystone/Makefile @@ -1,7 +1,7 @@ # Simple Makefile for dhrystone and sdcc TOPDIR = ../../.. -PROC = z80 +PROC = gbz80 CC = $(TOPDIR)/bin/sdcc -- 2.30.2