]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - Makefile.in
Bump version to 6.3.2
[irc/rqf/shadowircd.git] / Makefile.in
index 9de718f6a1e0942d2929db85d9886e7e5d4f5cc9..90c861ce56e872e03ef3411531000e60db969b6a 100644 (file)
@@ -46,7 +46,7 @@ CFLAGS                = @CFLAGS@
 # the system one.
 #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
 SHELL=/bin/sh
-SUBDIRS=libratbox modules extensions src tools servlink ssld doc help
+SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
 CLEANDIRS = ${SUBDIRS}
 RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
 
@@ -67,7 +67,7 @@ build:
                sh configure; \
        fi
        @if [ -d .hg ] ; then \
-               revh=`hg parents --template '#date|shortdate#_#node|short#' 2>/dev/null | sed -e s/-//g -e s/_/-/`;\
+               revh=`hg parents --template '{date|shortdate}_{node|short}' 2>/dev/null | sed -e s/-//g -e s/_/-/`;\
                [ -z "$$revh" ] || echo '#define SERNO "'$$revh'"' >include/serno.h ; \
        fi
        @[ -f include/serno.h ] || echo '#define SERNO "unknown"' >include/serno.h