diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-06 17:38:06 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-06 17:38:06 +0100 |
commit | 8b41e0929610c6ce97de12043bc713a866696f11 (patch) | |
tree | c7fdb4f7952c94a0f4b2ee6a22e6a22ff2ead4f3 | |
parent | 5af2d92e19f0f67482972c5ae9f29405dbb67142 (diff) | |
download | xine-lib-8b41e0929610c6ce97de12043bc713a866696f11.tar.gz xine-lib-8b41e0929610c6ce97de12043bc713a866696f11.tar.bz2 |
Clean up .tar.bz2 as well as .tar.gz.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0b8e0e368..452210c57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,7 @@ install-data-hook: mostlyclean-generic: -rm -f *~ \#* .*~ .\#* - -rm -f $(PACKAGE)_$(VERSION).tar.gz + -rm -f $(PACKAGE)_$(VERSION).tar.gz $(PACKAGE)_$(VERSION).tar.bz2 -rm -f $(distdir).tar.gz $(PACKAGE).tgz package_descriptions -rm -rf $(distdir) |