diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-26 20:04:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-26 20:04:12 +0000 |
commit | 8eb983dd647fb7d2082b06626f85af1d119bf9d4 (patch) | |
tree | 6a12109d4aeb37174a33d61c8a9887707dcf9392 /configure | |
parent | dc3c2ec158d8bc235773d07fd8ff420baad1c23f (diff) |
Strlen tidyup (based on results of gprof output)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1201 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -424,9 +424,9 @@ EOF { $flags = getcompilerflags("src/modules/m_".$i.".cpp"); print FILEHANDLE <<EOCHEESE; -$i.so: $i.cpp ../../include/modules.h ../../include/users.h ../../include/channels.h ../../include/servers.h ../../include/base.h - \$(CC) -I../../include \$(FLAGS) -shared $flags -o $i.so $i.cpp - \@cp $i.so \$(MODPATH)/ +m_$i.so: m_$i.cpp ../../include/modules.h ../../include/users.h ../../include/channels.h ../../include/servers.h ../../include/base.h + \$(CC) -I../../include \$(FLAGS) -shared $flags -o m_$i.so m_$i.cpp + \@cp m_$i.so \$(MODPATH)/ EOCHEESE } |