From: Anas Nashif Date: Mon, 5 Nov 2012 15:23:13 +0000 (-0800) Subject: do not delete regex.c X-Git-Tag: submit/trunk/20130222.013012~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0bc4a495ccd5ba8aceb852ffdf2e6a99bb57580;p=platform%2Fupstream%2Fgawk.git do not delete regex.c --- 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