diff options
author | Keith Whitwell <[email protected]> | 2004-12-09 08:42:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-09 08:42:19 +0000 |
commit | da3e15c2fd5c08a7f28c1bda5a2f3298a8b09a15 (patch) | |
tree | 242471a4e0b1299aa67ea03f3ce9e1728bb669ee /configs/freebsd-dri | |
parent | 2fc3a958a4f2ac1439715e7bea011f3072c07103 (diff) |
Get linux-solo dependencies building correctly,
Make sure symlinks are built in driver directories before running makedepend.
Diffstat (limited to 'configs/freebsd-dri')
-rw-r--r-- | configs/freebsd-dri | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index 5925f003340..f057774163d 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -12,8 +12,9 @@ WARN_FLAGS = -Wall OPT_FLAGS = -O 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 +DEFINES = -DDRI_NEW_INTERFACE_ONLY +CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -I/usr/local/include $(X11_INCLUDES) +CXXFLAGS = $(DEFINES) -Wall -g -ansi -pedantic -fPIC ASM_SOURCES = |