summaryrefslogtreecommitdiff
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
commit1c5a2ffcf1449815d5bc504d8077e4de17327f26 (patch)
tree4308d96d642bc9f965beaec47ce641dcef0b7fef
parent16542251453c57fe35718ddde3372b33429fe70a (diff)
Gutsy oopses on touch of existing file. Workaround.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5228cbb..12ab2fa 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ $(TOP)/$(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS)
# by any source file.
#
depend: $(GLW_SOURCES)
+ rm -f depend
touch depend
$(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(GLW_SOURCES) \
> /dev/null