aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 104fdcc..c6f96fc 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,15 +9,9 @@ my $rpmtools_version = "7.03";
sub MY::postamble {
<<MAKEMAKEFILE;
-.PHONY: ChangeLog
-
cleanc:
rm -rf *.cz test
-ChangeLog:
- LC_ALL=C svn2cl --accum --strip-prefix=soft/rpm/rpmtools/trunk
- rm -f *.bak
-
MAKEMAKEFILE
}