From 375be5f90cbdc3ea318bb8e751f22bed9b5ca285 Mon Sep 17 00:00:00 2001 From: Bernhard Rosenkraenzer Date: Fri, 24 Nov 2006 23:53:21 +0000 Subject: Fixes * po/Makefile.in.in: Adjust to work with automake 1.1x --- Makefile.cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.cvs') 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 -- cgit v1.2.1