diff options
Diffstat (limited to 'RPM4/Makefile.PL')
-rw-r--r-- | RPM4/Makefile.PL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index c36f295..34988e4 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -14,7 +14,10 @@ BARF sub MY::postamble { <<MAKECHANGELOG; -.PHONY: ChangeLog +.PHONY: ChangeLog copyrpmconstant + +copyrpmconstant: + make -C src copyrpmconstant ChangeLog: LC_ALL=C svn update && LC_ALL=C svn log --verbose > \$@ @@ -29,4 +32,5 @@ WriteMakefile( VERSION_FROM => 'lib/RPM4.pm', DIR => [ 'src' ], 'EXE_FILES' => [ qw(bin/rpm_produced bin/rpmresign bin/hrpmreb) ], + depend => { dist => 'copyrpmconstant' }, ); |