Browse Source

Incorporate Ralf's suggestion, that with the ar command - is sometimes deprecated and s is redundant when used with ranlib

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
acbe9523f5
  1. 4
      xaw3d/xaw3d.spec

4
xaw3d/xaw3d.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow Group: XWindow
License: GPL License: GPL
Version: 1.5 Version: 1.5
Release: 20030405 Release: 20030406
# list of sources # list of sources
Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
@ -73,7 +73,7 @@ AutoReqProv: no
Makefile Makefile
%{l_make} %{l_mflags -O} LD=ld %{l_make} %{l_mflags -O} LD=ld
if [ ! -f libXaw3d.a ]; then if [ ! -f libXaw3d.a ]; then
ar -rs libXaw3d.a *.o ar cr libXaw3d.a *.o
ranlib libXaw3d.a ranlib libXaw3d.a
fi fi

Loading…
Cancel
Save