* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / Makefile.bcc
index 5d80a18df0845d9f3798e03aca139c2f2e1c845b..0bf801f97496c4598e7503f803c3a0278be6e840 100644 (file)
@@ -1,16 +1,16 @@
-all: as cpp ports sdcc packihx
+all: as ports sdcc packihx cpp2
 
 as:
        cd as\mcs51
        make -f Makefile.bcc
        cd ..\..
 
-cpp:
-       cd support\cpp
+cpp2:
+       cd support\cpp2
        make -f Makefile.bcc
        cd ..\..
 
-ports: z80 mcs51 avr ds390 pic izt
+ports: z80 mcs51 avr ds390 pic xa51
 
 z80:
        cd src\z80
@@ -37,10 +37,10 @@ pic:
        make -f Makefile.bcc
        cd ..\..
 
-izt:
-        cd src\izt
+xa51:
+       cd src\xa51
        make -f Makefile.bcc
-        cd ..\..
+       cd ..\..
 
 sdcc:
        cd src
@@ -51,4 +51,3 @@ packihx:
        cd packihx
        make -f Makefile.bcc
        cd ..
-