summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index 7b63b330d..4ec275430 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -24,7 +24,7 @@ distclean: spotless
$(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
.o.s:
- $(CC) ${SHARED} $< -o $*.so ${PROFILE}
+ $(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
@$(TOUCH) $*.s
subs: