chiark / gitweb /
serialmgr: Look for things in /usr, not /usr/local
[sympathy.git] / Makefile.am
index a6250cd1519ab0aacb30fbf8da84d28a845035e1..aeb30df3ad5d29eada744eecaa99f50ca36e7193 100644 (file)
@@ -2,12 +2,15 @@
 #
 # Makefile.am:
 #
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+# Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
 # All rights reserved.
 #
-# $Id$
+# $Id: Makefile.am,v 1.8 2008/02/28 22:55:27 staffcvs Exp $
+#
+# $Log: Makefile.am,v $
+# Revision 1.8  2008/02/28 22:55:27  staffcvs
+# *** empty log message ***
 #
-# $Log$
 # 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; \