dbus/test Makefile.am,1.33,1.34

Jon Trowbridge trow at freedesktop.org
Mon Sep 20 11:24:41 UTC 2004


Update of /cvs/dbus/dbus/test
In directory gabe:/tmp/cvs-serv11161/test

Modified Files:
	Makefile.am 
Log Message:
2004-09-20  Jon Trowbridge  <trow at ximian.com>

	    Patch from Nat Friedman <nat at novell.com>

	    * mono/Makefile.am: A number of small build fixes to allow "make
	    distcheck" to succeed.

	    * mono/example/Makefile.am: "make distcheck" fixes.

	    * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
	    key in @srcdir at .

	    * test/Makefile.am: "make distcheck" fixes.



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.am	25 Jul 2004 03:52:48 -0000	1.33
+++ Makefile.am	20 Sep 2004 11:24:38 -0000	1.34
@@ -84,7 +84,7 @@
 	FILES=`(cd $(srcdir) && $(FIND_TESTS) -o -name "*.in" -a -not -name Makefile.in)` ;					\
         for F in $$FILES; do							\
                 echo '-- Disting file '$$F ;					\
-		cp $(srcdir)/$$F $(distdir)/$$F || exit 1 ;				\
+		cp -f $(srcdir)/$$F $(distdir)/$$F || exit 1 ;				\
 	done
 
 ## copy tests to builddir so that generated tests and static tests 



More information about the dbus-commit mailing list