diff options
author | Philippe Houdoin <[email protected]> | 2004-08-16 08:42:05 +0000 |
---|---|---|
committer | Philippe Houdoin <[email protected]> | 2004-08-16 08:42:05 +0000 |
commit | 375047ba7218f56a72477507e5d02cfa85fe00e2 (patch) | |
tree | 30fd3a01008b4e4a03a703f58e6fecf026d5480b /configs/beos | |
parent | ac07d89fd37cb2b145c175b5557ef0475179c7f3 (diff) |
make clean at root now clean the glu/$(GLU_DIRS) too.
Diffstat (limited to 'configs/beos')
-rw-r--r-- | configs/beos | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/beos b/configs/beos index 2f15e7e9d35..1976ad19257 100644 --- a/configs/beos +++ b/configs/beos @@ -86,10 +86,10 @@ else endif # Directories -SRC_DIRS = mesa glut/beos -GLU_DIRS = # sgi +SRC_DIRS = mesa glu glut/beos +GLU_DIRS = sgi DRIVER_DIRS = beos -PROGRAM_DIRS = beos samples redbook tests demos +PROGRAM_DIRS = beos samples redbook demos tests # Library/program dependencies GL_LIB_DEPS = |