From fc236723273d4d872ae5e7cac876ea20175df10d Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 8 Dec 2004 15:16:36 +0000 Subject: 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. --- configs/freebsd-dri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/freebsd-dri') 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 = -- cgit v1.2.3