summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-02-25 18:50:26 -0500
committerKristian Høgsberg <krh@redhat.com>2008-02-25 19:02:07 -0500
commitbcecea6ea6c2727e4071f5a43fab49673573e905 (patch)
treeccee9ba7972f3a260976e967a9f15cedb76846e1 /src/mesa/Makefile
parent7381ccab449c65d843580f76426f87ab6b1649ce (diff)
autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.
Also, use -include to avoid error message when make initially fails to include the non-existent depend file.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 02e0054479..d0c78b71ee 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -197,4 +197,4 @@ clean:
(cd x86-64 && $(MAKE) clean)
-include depend
+-include depend