* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / Makefile.bcc
index 0428a19bb0fcdacb85010cba4dc9dc7064b8ed3d..366958af9ef0f904295f12477f1953dbf19a793c 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for Borlad C++
 
-all: config asx8051 as-z80 sdcc packihx cpp2
+all: config asx8051 as-z80 sdcc packihx cpp
 
 
 config: sdcc_vc.h
@@ -18,8 +18,8 @@ as-z80:
         make -f Makefile.bcc
         cd ..\..
 
-cpp2:
-        cd support\cpp2
+cpp:
+        cd support\cpp
         make -f Makefile.bcc
         cd ..\..
 
@@ -29,7 +29,7 @@ sdcc:
         cd ..
 
 packihx:
-        cd packihx
+        cd support\packihx
         make -f Makefile.bcc
         cd ..