summaryrefslogtreecommitdiff
path: root/src/protocol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/Makefile')
-rw-r--r--src/protocol/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/Makefile b/src/protocol/Makefile
index ab837e459..96e63739d 100644
--- a/src/protocol/Makefile
+++ b/src/protocol/Makefile
@@ -21,10 +21,10 @@ install:
distclean: clean spotless
.c.o:
- $(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
+ @../../run-cc.pl $(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $<
.o.s:
- $(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
+ @../../run-cc.pl $(CC) ${SHARED} ../mod_version.o $< -o $*.so ${PROFILE}
@$(TOUCH) $*.s
subs:
@@ -43,3 +43,4 @@ clean: subs_clean
spotless: subs_clean
rm -f *.o *.s *.so *.c~ core *.so Makefile.inc
+