this makes debugging a little easier
[fw/sdcc] / Makefile
index ea0f12e4622ec6937f98b9104b0544561e1e2937..6d3cd33e0bdbfc28121bc12fc0fc92a3b29b44f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PRJDIR          = .
 include $(PRJDIR)/Makefile.common
 
 SDCC_MISC      = debugger/mcs51 sim/ucsim
-SDCC_LIBS      = support/cpp support/cpp2 support/makebin
+SDCC_LIBS      = support/cpp2 support/makebin
 SDCC_DOC        = doc
 
 # Parts that are not normally compiled but need to be cleaned
@@ -63,7 +63,7 @@ sdcc-misc:
 sdcc-packihx:
        $(MAKE) -C $(SDCC_PACKIHX)
 
-sdcc-device:
+sdcc-device: sdcc-cc sdcc-aslink
        $(MAKE) -C device/include
        $(MAKE) -C device/lib