Browse Source

Integrate suggestion by Bill CAMPBELL, to quote variables passed to make and use ar and ranlib macros

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

6
xaw3d/xaw3d.spec

@ -71,10 +71,10 @@ AutoReqProv: no
%{l_shtool} subst \
-e 's; -M mapfile;;g' \
Makefile
%{l_make} %{l_mflags -O} LD=ld
%{l_make} %{l_mflags -O} LD="ld"
if [ ! -f libXaw3d.a ]; then
ar cr libXaw3d.a *.o
ranlib libXaw3d.a
%{__ar} cr libXaw3d.a *.o
%{__ranlib} libXaw3d.a
fi
%install

Loading…
Cancel
Save