This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 1f7b845da5cd9e321c64dbee911827cc5162662e
Author: Frank Lichtenheld <fr...@lichtenheld.de>
Date:   Sat Sep 1 03:05:33 2007 +0200

    Makefile: Add missing dependency to test target
    
    test should depend on Build like every other target that uses
    the script
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8b0eca3..748b9eb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ dist: Build
 stats: Build
        @./Build postats
 
-test:
+test: Build
        @./Build test verbose=$(verbose)
 
 .PHONY: all install clean dist stats check

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to