diff options
author | Adam Jackson <[email protected]> | 2006-01-18 20:57:02 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2006-01-18 20:57:02 +0000 |
commit | 216f729a9559136c404f83078127876b9810e295 (patch) | |
tree | 3ebbdb90c3d08456fc6195732edf46b2ee1fcde4 /configs/linux-dri | |
parent | 38da697546c2df44b1d8b00df994374a1eb8eb9f (diff) |
Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index a28c7708618..9b70ed0d4ae 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -9,7 +9,7 @@ CONFIG_NAME = linux-dri CC = gcc CXX = g++ -MKDEP = /usr/X11R6/bin/makedepend +#MKDEP = /usr/X11R6/bin/makedepend #MKDEP = gcc -M #MKDEP_OPTIONS = -MF depend |