summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-08-27 10:59:09 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-08-27 10:59:09 +0000
commit09e1acef5ae26362b4a6b18feda2ebf44c346c71 (patch)
tree7a69a65463d2e233a7741c53449cfb45a368816b /perl-install
parent69907ed1e861483d4063a1eec3662690681651a7 (diff)
downloaddrakx-backup-do-not-use-09e1acef5ae26362b4a6b18feda2ebf44c346c71.tar
drakx-backup-do-not-use-09e1acef5ae26362b4a6b18feda2ebf44c346c71.tar.gz
drakx-backup-do-not-use-09e1acef5ae26362b4a6b18feda2ebf44c346c71.tar.bz2
drakx-backup-do-not-use-09e1acef5ae26362b4a6b18feda2ebf44c346c71.tar.xz
drakx-backup-do-not-use-09e1acef5ae26362b4a6b18feda2ebf44c346c71.zip
no_comment
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index aef4c2bd0..99ffe5ee1 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -24,7 +24,7 @@ tags:
clean:
test ! -e c/Makefile || $(MAKE) -C c clean
for i in $(DIRS); do $(MAKE) -C $$i clean; done
- rm -f c/c.xs gendepslist
+ rm -rf c/c.xs gendepslist ../diskdrake*
find . -name "*~" -o -name "TAGS" -o -name "*.old" | xargs rm -f
tar: clean