[libparse-debianchangelog-perl] 28/52: Makefile: Add missing dependency to test target

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:28 UTC 2015


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 <frank at 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



More information about the Pkg-perl-cvs-commits mailing list