From c54e1399ba499cc7b71e6d17f02aab961c4c6a47 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 1 Sep 2008 12:11:57 +0000 Subject: [PATCH] fix previous misstake --- bzip2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bzip2.spec b/bzip2.spec index 390b16e..39c524f 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -51,12 +51,12 @@ Libraries for applications using the bzip2 compression format. make -f Makefile-libbz2_so CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \ CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fpic -fPIC" \ - %{?_smp_mflags} all" + %{?_smp_mflags} all rm -f *.o make CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \ CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \ - %{?_smp_mflags} all" + %{?_smp_mflags} all %install rm -rf ${RPM_BUILD_ROOT}