r56338 - /trunk/dh-make-perl/Makefile

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Apr 17 21:05:43 UTC 2010


Author: dmn
Date: Sat Apr 17 21:05:19 2010
New Revision: 56338

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56338
Log:
Makefile: make 'all' the default target

Modified:
    trunk/dh-make-perl/Makefile

Modified: trunk/dh-make-perl/Makefile
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Makefile?rev=56338&op=diff
==============================================================================
--- trunk/dh-make-perl/Makefile (original)
+++ trunk/dh-make-perl/Makefile Sat Apr 17 21:05:19 2010
@@ -2,10 +2,10 @@
 
 PERL ?= /usr/bin/perl
 
+all: build
+
 Build: Build.PL
 	$(PERL) $<
-
-all: build
 
 build install test manifest: Build
 	./Build $@




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