diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-08 15:16:36 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-08 15:16:36 +0000 |
commit | fc236723273d4d872ae5e7cac876ea20175df10d (patch) | |
tree | 1d7e3461f665aa58b14ca0cb7100c1568a51cbd9 /configs/freebsd-dri | |
parent | e5aa3dd29b0b596a0dafab86ccec6e1f0013076f (diff) |
Improve the behaviour of the build system wrt depend files.
- Remove the -Y option for makedepend, so that the standard
directories are searched
- No longer pipe the multiple errors that the -Y option caused
into /dev/null -- we want to know about these failures.
- Fix up a few other misc makedepend failures.
Diffstat (limited to 'configs/freebsd-dri')
-rw-r--r-- | configs/freebsd-dri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index a718ded572..5925f00334 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -11,7 +11,8 @@ CXX = g++ WARN_FLAGS = -Wall OPT_FLAGS = -O -CFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions +X11_INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions +CFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -I/usr/local/include $(X11_INCLUDES) CXXFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wall -g -ansi -pedantic -fPIC ASM_SOURCES = |