]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Makefile.bak doesn't exist anymore
authorVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 08:39:09 +0000 (10:39 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 08:39:09 +0000 (10:39 +0200)
.gitignore
Makefile.PL

index 19388020cb5345e657ba9d1436cfbf6b7a14c10d..dc6835794be1cbc228f69040ec909c77366430ab 100644 (file)
@@ -3,7 +3,6 @@ pm_to_blib*
 
 Makefile
 Makefile.old
-Makefile.bak
 Build
 _build*
 
index be831928004549d58a78c0d97582ec351819f082..445aae625b8e7c32fbefa52f5c45156a6c8d8a90 100644 (file)
@@ -108,6 +108,6 @@ WriteMakefile(
         COMPRESS => 'gzip -9f', SUFFIX => 'gz',
     },
     clean            => {
-        FILES => "$dist-* Makefile.bak *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
+        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
     },
 );