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/linux-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/linux-dri')
-rw-r--r-- | configs/linux-dri | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 912ff5fb14b..0392bce9322 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -9,6 +9,10 @@ CONFIG_NAME = linux-dri CC = gcc CXX = g++ +MKDEP = /usr/X11R6/bin/makedepend +#MKDEP = gcc -M +#MKDEP_OPTIONS = -MF depend + WARN_FLAGS = -Wall OPT_FLAGS = -O -g PIC_FLAGS = -fPIC |