summaryrefslogtreecommitdiff
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2006-11-24 23:53:21 +0000
committerBernhard Rosenkraenzer <bero@arklinux.org>2006-11-24 23:53:21 +0000
commit375be5f90cbdc3ea318bb8e751f22bed9b5ca285 (patch)
tree7ab10b0035c50445b734bfc37d195f8931e2a707 /Makefile.cvs
parente9b857b24b257fb1fcd2ab78f62b374c69ab0e59 (diff)
downloadgrep-2.5.2.tar.gz
Fixesv2.5.2
* po/Makefile.in.in: Adjust to work with automake 1.1x
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index a9b3abad..265bf3a9 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -9,7 +9,7 @@ grep-$(VERSION).tar:
rm -rf /tmp/grep-$(VERSION) && cp -aR $(SRCDIR) /tmp/grep-$(VERSION) && cd /tmp/grep-$(VERSION) && make -f Makefile.cvs cvs-clean && make -f Makefile.cvs && rm -rf autom4te.cache && (find . -type d -name CVS |xargs rm -rf) && cd .. && tar chf $(SRCDIR)/grep-$(VERSION).tar grep-$(VERSION)
grep-$(VERSION).tar.lz: grep-$(VERSION).tar
- lzip -9e grep-$(VERSION).tar
+ lzip -9ef grep-$(VERSION).tar
grep-$(VERSION).tar.bz2: grep-$(VERSION).tar
bzip2 -9f grep-$(VERSION).tar