From 1a7ab618bd32930280e05b13377b25866ca984b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 3 Apr 2006 23:16:22 +0000 Subject: [PATCH] Drop %{makeopts} from make invocation. --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------------------------------------------------