summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerDriver/makefile')
-rw-r--r--CompilerDriver/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/CompilerDriver/makefile b/CompilerDriver/makefile
index 4149005..8fe9c79 100644
--- a/CompilerDriver/makefile
+++ b/CompilerDriver/makefile
@@ -13,8 +13,8 @@ LINK_SRC=ld.cc
LINK_OUTPUT=bin/ld
LINK_ALT_OUTPUT=bin/mld
-PP_SRC=cpp.cc
-PP_OUTPUT=bin/cpp
+PP_SRC=bpp.cc
+PP_OUTPUT=bin/bpp
CC2_OUTPUT=bin/cppfront
CC2_SRC=cc2/source/cppfront.cpp