make cpp2 -> bin/sdcpp
[fw/sdcc] / support / cpp2 / Makefile.bcc
index 6fee5680b0ea359e223bd604c579102f04f89b45..414ecfde429b2e07b0e75eb4fe577b25e657023c 100644 (file)
@@ -6,7 +6,7 @@ OBJECTS         = cppmain.obj intl.obj \
                hashtable.obj mkdeps.obj prefix.obj version.obj mbchar.obj \
                safe-ctype.obj obstack.obj splay-tree.obj lbasename.obj
 
-TARGET          = $(PRJDIR)/bin/sdcpp2.exe
+TARGET          = $(PRJDIR)/bin/sdcpp.exe
 
 # Compiling entire program or any subproject
 # ------------------------------------------