diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3002028da..07cd35c9f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -52,7 +52,7 @@ install_pms stage2 full_stage2: mo_files : $(MOFILES) # rules to build tarball -localcopy: clean +localcopy: rm -rf $(PACKAGE)-$(PKGVERSION)* mkdir -p $(PACKAGE)-$(PKGVERSION)/tools svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install @@ -72,7 +72,7 @@ dist-git: dist: tar -tar: +tar: clean rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) @if [ -e "../.svn" ]; then \ $(MAKE) dist-svn; \ |