From a0bc4a495ccd5ba8aceb852ffdf2e6a99bb57580 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 5 Nov 2012 07:23:13 -0800 Subject: [PATCH] do not delete regex.c --- packaging/gawk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/gawk.spec b/packaging/gawk.spec index 22af51f..4505525 100644 --- a/packaging/gawk.spec +++ b/packaging/gawk.spec @@ -17,7 +17,7 @@ almost completely POSIX 1003.2 compliant. %prep %setup -q -rm -f regex.[ch] +#rm -f regex.[ch] chmod -x COPYING # force rebuild with non-broken makeinfo rm -f doc/*.info @@ -33,7 +33,6 @@ AUTOPOINT=true autoreconf --force --install %else make %{?_smp_mflags} %endif -make -C po update-po %check make check -- 2.7.4