From c4ce5740f3a91090a1e29281c9f69bd9fd45da5f Mon Sep 17 00:00:00 2001 From: kvigor Date: Sat, 7 Jul 2001 05:41:41 +0000 Subject: [PATCH] Borland make apparebtly dislikes trailing whitespace... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1037 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- Makefile.bcc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.bcc b/Makefile.bcc index 5d80a18d..5e2c2cb0 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,4 +1,4 @@ -all: as cpp ports sdcc packihx +all: as cpp ports sdcc packihx cpp2 as: cd as\mcs51 @@ -9,6 +9,11 @@ cpp: cd support\cpp make -f Makefile.bcc cd ..\.. + +cpp2: + cd support\cpp2 + make -f Makefile.bcc + cd ..\.. ports: z80 mcs51 avr ds390 pic izt -- 2.30.2