summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-04-02 02:40:00 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-04-02 02:40:00 +0000
commit28a52badcda91f76d965330038b44bbd93387332 (patch)
tree8d15ffb487c19526bfc507f520459d0363c0bf72
parentaa93b88a4d162473ed531840ba3e3836e021be0e (diff)
downloadmesa-28a52badcda91f76d965330038b44bbd93387332.tar.gz
mesa-28a52badcda91f76d965330038b44bbd93387332.tar.xz
mesa-28a52badcda91f76d965330038b44bbd93387332.zip
- Use -MG for generating deps and some files aren't yet symlinked at
make depend time.
-rw-r--r--mesa.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index f74556e..9dd4db6 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -251,7 +251,7 @@ rm include/GL/uglglutshapes.h
#-- Build ------------------------------------------------------------
%build
# Macroize this to simplify things
-%define makeopts MKDEP="gcc -M" MKDEP_OPTIONS="-MF depend" ARCH_FLAGS=-DGLX_USE_TLS
+%define makeopts MKDEP="gcc -M" MKDEP_OPTIONS="-MG depend" ARCH_FLAGS=-DGLX_USE_TLS
export CFLAGS="$RPM_OPT_FLAGS"
export LIB_DIR=$RPM_BUILD_ROOT%{_libdir}
export INCLUDE_DIR=$RPM_BUILD_ROOT%{_includedir}
@@ -432,6 +432,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 1 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
- Update to mesa 6.5 snapshot.
+- Use -MG for generating deps and some files aren't yet symlinked at
+ make depend time.
- Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
as these are upstream now.