Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 3972:6cd3955b7e4d
[xemacs-hg @ 2007-05-21 03:50:13 by stephent]
Sync etags to pot version 17.32.
author | stephent |
---|---|
date | Mon, 21 May 2007 03:50:19 +0000 |
parents | 193188e494b2 |
children | 9aa33376bb5e |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Sun May 20 21:51:21 2007 +0000 +++ b/lib-src/Makefile.in.in Mon May 21 03:50:19 2007 +0000 @@ -42,6 +42,7 @@ ALLOCA=@ALLOCA@ LN_S=@LN_S@ version=@version@ +etags_xemacs_version=@verbose_version@ ## This will be the name of the generated binary and is set automatically ## by configure. @@ -309,7 +310,7 @@ $(CC) -c $(cflags) \ -DINHIBIT_STRING_HEADER ${top_srcdir}/src/regex.c -etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${version}"' \ +etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${etags_xemacs_version}"' \ ${srcdir}/etags.c $(GETOPTOBJS) regex.o $(ldflags) etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h @@ -322,6 +323,7 @@ ellcc: ${ellcc_deps} $(CC) ${ellcc_args} -o $@ +## #### we should probably do the same as for pot's etags ootags_args = $(cflags) -DVERSION='"${version}"' ${srcdir}/ootags.c \ $(GETOPTOBJS) regex.o $(ldflags) ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h