diff options
author | Kristian Høgsberg <[email protected]> | 2008-02-25 18:50:26 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-02-25 19:02:07 -0500 |
commit | bcecea6ea6c2727e4071f5a43fab49673573e905 (patch) | |
tree | ccee9ba7972f3a260976e967a9f15cedb76846e1 /src/mesa/Makefile | |
parent | 7381ccab449c65d843580f76426f87ab6b1649ce (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 02e00544798..d0c78b71eed 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -197,4 +197,4 @@ clean: (cd x86-64 && $(MAKE) clean) -include depend +-include depend |