diff options
Diffstat (limited to 'src/mods/html/Makefile')
| -rw-r--r-- | src/mods/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods/html/Makefile b/src/mods/html/Makefile index 7c3b970..98deaf7 100644 --- a/src/mods/html/Makefile +++ b/src/mods/html/Makefile @@ -5,7 +5,7 @@ INCLUDES=`cat ../../includes.add` CFLAGS=`cat ../cflags.add` all: mods $(MODS): - @echo -n "Compiling html module `basename $@ | sed s/\.so// | sed s/yc_//` " + @echo -n "Compiling html 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" |
