From: staffcvs Date: Thu, 28 Feb 2008 22:55:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=commitdiff_plain;h=e0f72f47e470631e62df06e45ef8eafba229e8ab;hp=5701fbf956502d848cd3ff2776414f6794a2ee3c *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index a6250cd..fcd4a41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.8 2008/02/28 22:55:27 staffcvs +# *** empty log message *** +# # Revision 1.7 2008/02/27 18:29:49 james # *** empty log message *** # @@ -64,7 +67,7 @@ EXTRA_DIST=version-files version-major version-minor version-micro version-md5su version.sed: $(VFD)/version-files $(VFD)/version-major \ $(VFD)/version-minor $(VFD)/version-micro \ - $(VFD)/version-md5sums $(VFD)/version-stamps ${VFS} Makefile + $(VFD)/version-md5sums $(VFD)/version-stamps ${VFS} if [ .${VNUM} = . ]; then \ echo "s/%VERSION%/${VDEF}-E/g" > version.sed; \ echo "s/%VERSIONSTAMP%/After ${VSDF}/g" >> version.sed; \ diff --git a/src/Makefile.am b/src/Makefile.am index 37e7217..6980119 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.21 2008/02/28 22:55:27 staffcvs +# *** empty log message *** +# # Revision 1.20 2008/02/27 15:04:32 james # *** empty log message *** # @@ -137,7 +140,7 @@ sympathy.h: ${PROJECTHDRS} sympathy.h.head sympathy.h.tail version.h: $(VFD)/version-files $(VFD)/version-major \ $(VFD)/version-minor $(VFD)/version-micro \ - $(VFD)/version-md5sums ${VFS} Makefile + $(VFD)/version-md5sums ${VFS} if [ .${VNUM} = . ]; then \ echo "#define VERSION \"libsympathy Version ${VDEF} + Edits\"" > version.h; \ echo ${VDEF}-E > version-num; \