diff options
| author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:33:54 +0000 |
|---|---|---|
| committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 23:33:54 +0000 |
| commit | 20f0a61ed0e5d36623c6a310bc44244f7ae765f8 (patch) | |
| tree | 9a66047c4d79172399414e3ca4df07472ed108df /src/modules/Makefile | |
| parent | 71bce363b95e185755aeb215860f36cc92c4ae64 (diff) | |
Add run-cc.pl from inspircd, only difference is support .c files too :)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1383 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/Makefile')
| -rw-r--r-- | src/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/Makefile b/src/modules/Makefile index cafbe451c..59a241694 100644 --- a/src/modules/Makefile +++ b/src/modules/Makefile @@ -24,10 +24,10 @@ install: distclean: 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: |
