summaryrefslogtreecommitdiffhomepage
path: root/posix.make
diff options
context:
space:
mode:
Diffstat (limited to 'posix.make')
-rw-r--r--posix.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix.make b/posix.make
index 42e0ece..4e47c53 100644
--- a/posix.make
+++ b/posix.make
@@ -19,7 +19,7 @@ LINK_ALT_4_OUTPUT=Output/ppclink.exec
PP_SRC=Sources/bpp.cc
PP_OUTPUT=Output/bpp.exec
-SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cxx
+SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cc
# C++ Compiler (AMD64)
AMD64_CXX_SRC=Sources/cplusplus.cc $(SRC_COMMON)