* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / Makefile.bcc
index 01df8e39500801bd83c9338dde21123d22ea6591..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,6 +29,12 @@ sdcc:
         cd ..
 
 packihx:
-        cd packihx
+        cd support\packihx
         make -f Makefile.bcc
         cd ..
+
+librarian:
+        cd support\librarian
+        make -f Makefile.bcc
+        cd ..\..
+