diff options
author | Keith Whitwell <[email protected]> | 2007-08-07 10:18:04 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-07 10:18:30 +0100 |
commit | 90ee7a41443a971d6ff2e0a6e90997806c28d11b (patch) | |
tree | a3bfd791d28d62e67da293b6ecb28dfee3eacf88 /src/mesa/drivers/beos | |
parent | 87a8f5643dc228b0e98e15dd42db20d54bc65a62 (diff) |
Gutsy oopses on touch of existing file. Workaround.
Diffstat (limited to 'src/mesa/drivers/beos')
-rw-r--r-- | src/mesa/drivers/beos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/beos/Makefile b/src/mesa/drivers/beos/Makefile index 1897d6aa3e8..f8b7eb69a4e 100644 --- a/src/mesa/drivers/beos/Makefile +++ b/src/mesa/drivers/beos/Makefile @@ -186,6 +186,7 @@ $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) $(MESA_MODULES) $(GLU_MODULES) # cd $(GLU_DIR); $(MAKE) $< ; depend: $(DRIVER_SOURCES) $(GLU_SOURCES) + rm -f depend touch depend $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(DRIVER_SOURCES) $(GLU_SOURCES) > /dev/null |