From f7dd53209c57e6ca93fe0e884e67ca7e1a0fde1c Mon Sep 17 00:00:00 2001 From: kbongers Date: Tue, 3 Jul 2001 04:29:07 +0000 Subject: [PATCH] take out gc git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1004 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- Makefile.bcc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.bcc b/Makefile.bcc index f7916628..5d80a18d 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,4 +1,4 @@ -all: as cpp gc ports sdcc packihx +all: as cpp ports sdcc packihx as: cd as\mcs51 @@ -10,11 +10,6 @@ cpp: make -f Makefile.bcc cd ..\.. -gc: - cd support\gc - make -f BCC_MAKEFILE gc.lib - cd ..\.. - ports: z80 mcs51 avr ds390 pic izt z80: -- 2.47.2