aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstaffcvs <>2008-02-28 22:55:27 +0000
committerstaffcvs <>2008-02-28 22:55:27 +0000
commitf30db551a15fb3172db09e070a816a2bd4c7535f (patch)
treebe3f8cf43cdb78270e5694bc0bff60510142ae90
parent93018484d4542523589e55789c220590ecc818de (diff)
downloadsympathy-f30db551a15fb3172db09e070a816a2bd4c7535f.tar.gz
sympathy-f30db551a15fb3172db09e070a816a2bd4c7535f.tar.bz2
sympathy-f30db551a15fb3172db09e070a816a2bd4c7535f.zip
*** empty log message ***
-rw-r--r--Makefile.am5
-rw-r--r--src/Makefile.am5
2 files changed, 8 insertions, 2 deletions
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; \