]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- fixed calling ./configure.
authorkloczek <kloczek@pld-linux.org>
Tue, 1 Jun 1999 17:06:37 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.36

binutils.spec

index 97ea3b7c018147dd21544ef204110a72d15bc825..2ff10ccdfc3c11db8664c4dd7289d28e3e098df0 100644 (file)
@@ -41,19 +41,13 @@ Biblioteki statyczne GNU Binutils.
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 %ifarch sparc sparc64
-sparc32 ./configure %{_target} \
-           --prefix=%{_prefix} \
-           --enable-shared \
-           --disable-debug \
-           --infodir=%{_infodir} 
-%else
-    ./configure \
+sparc32 \
+%endif
+./configure %{_target} \
        --prefix=%{_prefix} \
        --enable-shared \
        --disable-debug \
-       --infodir=%{_infodir} \
-       %{_target_platform}
-%endif
+       --infodir=%{_infodir}
 
 make tooldir=%{_prefix} all info
 
This page took 0.413779 seconds and 4 git commands to generate.