diff options
author | Brian Paul <[email protected]> | 2004-04-07 23:15:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-07 23:15:26 +0000 |
commit | 9f4ccd8aa004054a023cf4add15c990499ac8fc1 (patch) | |
tree | 2fce3b7dfbd30b72b85268472a846668d7d8d4dc /configs | |
parent | 216aedbbc6b2e3532821feec173a089f99fdf340 (diff) |
use new MKDEP, MKDEP_OPTIONS variables
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 717b6ee388f..e38a0a09454 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) |