summaryrefslogtreecommitdiff
path: root/src/mods/commands
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitf038883a6e004eb4312ba1e761da06b596e14d3f (patch)
tree358f989cac07885cfa913c66a0d563d18c021b26 /src/mods/commands
parent98eac951f8087b213f5850bd126dcb279db360a8 (diff)
tagging ychat-0.7.7.0ychat-0.7.7.0
Diffstat (limited to 'src/mods/commands')
-rw-r--r--src/mods/commands/CVS/Entries4
-rw-r--r--src/mods/commands/Makefile2
-rwxr-xr-xsrc/mods/commands/Makefile.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mods/commands/CVS/Entries b/src/mods/commands/CVS/Entries
index 0e0d041..85ac1cd 100644
--- a/src/mods/commands/CVS/Entries
+++ b/src/mods/commands/CVS/Entries
@@ -1,5 +1,5 @@
-/Makefile/1.31/Sun Mar 6 20:44:47 2005//
-/Makefile.in/1.8/Sun Mar 6 20:44:47 2005//
+/Makefile/1.28/Fri Feb 18 19:48:12 2005//
+/Makefile.in/1.7/Thu Jul 8 14:39:03 2004//
/yc_about.cpp/1.2/Mon Feb 21 01:55:49 2005//
/yc_all.cpp/1.2/Mon Feb 21 01:55:49 2005//
/yc_away.cpp/1.9/Mon Feb 21 01:55:49 2005//
diff --git a/src/mods/commands/Makefile b/src/mods/commands/Makefile
index 977b548..6aec38d 100644
--- a/src/mods/commands/Makefile
+++ b/src/mods/commands/Makefile
@@ -5,7 +5,7 @@ INCLUDES=`cat ../../includes.add`
CFLAGS=`cat ../cflags.add`
all: mods
$(MODS):
- @echo -n "Compiling command module `basename $@ | sed s/\.so// | sed s/yc_//` "
+ @echo -n "Compiling command module `basename $@` "
@if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi
@$(CC) $(CFLAGS) $(INCLUDES) -shared -s -o $@ `echo $(notdir $@) | sed s/.so/.cpp/`
@du -hc $@ | tail -n 1 | sed s/total// | sed "s/ //g"
diff --git a/src/mods/commands/Makefile.in b/src/mods/commands/Makefile.in
index 7ca8455..ce8c00f 100755
--- a/src/mods/commands/Makefile.in
+++ b/src/mods/commands/Makefile.in
@@ -4,7 +4,7 @@ INCLUDES=`cat ../../includes.add`
CFLAGS=`cat ../cflags.add`
all: mods
$(MODS):
- @echo -n "Compiling command module `basename $@ | sed s/\.so// | sed s/yc_//` "
+ @echo -n "Compiling command module `basename $@` "
@if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi
@$(CC) $(CFLAGS) $(INCLUDES) -shared -s -o $@ `echo $(notdir $@) | sed s/.so/.cpp/`
@du -hc $@ | tail -n 1 | sed s/total// | sed "s/ //g"