summaryrefslogtreecommitdiff
path: root/src/glut/beos
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-07 10:18:04 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-07 10:18:30 +0100
commit90ee7a41443a971d6ff2e0a6e90997806c28d11b (patch)
treea3bfd791d28d62e67da293b6ecb28dfee3eacf88 /src/glut/beos
parent87a8f5643dc228b0e98e15dd42db20d54bc65a62 (diff)
Gutsy oopses on touch of existing file. Workaround.
Diffstat (limited to 'src/glut/beos')
-rw-r--r--src/glut/beos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/beos/Makefile b/src/glut/beos/Makefile
index 3ff928bfd7..a7ba512cb1 100644
--- a/src/glut/beos/Makefile
+++ b/src/glut/beos/Makefile
@@ -91,6 +91,7 @@ clean:
-rm -f *.o
depend: $(SOURCES)
+ rm -f depend
touch depend
$(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(SOURCES) > /dev/null