summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-04-03 23:16:22 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-04-03 23:16:22 +0000
commit1a7ab618bd32930280e05b13377b25866ca984b0 (patch)
tree63c00e6dcfb6cd3b97bd9eaac8ea95623e8fef1e
parent9c1a631063f6a274e109ee3c4efdc57febcd6559 (diff)
downloadmesa-1a7ab618bd32930280e05b13377b25866ca984b0.tar.gz
mesa-1a7ab618bd32930280e05b13377b25866ca984b0.tar.xz
mesa-1a7ab618bd32930280e05b13377b25866ca984b0.zip
Drop %{makeopts} from make invocation.mesa-6_5-1
-rw-r--r--mesa.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index a8a45f7..26a29b5 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -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 ----------------------------------------------------------