summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-07 23:15:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-07 23:15:26 +0000
commit9f4ccd8aa004054a023cf4add15c990499ac8fc1 (patch)
tree2fce3b7dfbd30b72b85268472a846668d7d8d4dc /configs/default
parent216aedbbc6b2e3532821feec173a089f99fdf340 (diff)
use new MKDEP, MKDEP_OPTIONS variables
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/default b/configs/default
index 717b6ee388..e38a0a0945 100644
--- a/configs/default
+++ b/configs/default
@@ -17,7 +17,11 @@ CXX = CC
CFLAGS = -O
CXXFLAGS = -O
GLU_CFLAGS =
+
+# Misc tools and flags
MKLIB_OPTIONS =
+MKDEP = makedepend
+MKDEP_OPTIONS = -Y -fdepend
# Library names (base name)