Drop %{makeopts} from make invocation.

This commit is contained in:
Kristian Høgsberg 2006-04-03 23:16:22 +00:00
parent 9c1a631063
commit 1a7ab618bd

View File

@ -264,7 +264,7 @@ MESATARGET="$(./redhat-mesa-target %{with_dri} %{_arch})"
#DRIVER_DIRS="dri osmesa"
echo -e "********************\nMESATARGET=$MESATARGET\n********************\n"
make ${MESATARGET} %{makeopts}
make ${MESATARGET}
make -C progs/xdemos glxgears glxinfo
#-- Install ----------------------------------------------------------