summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6efda7d..dc4aa1b 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ BUILD_DEPFILE = .dependencies
$(BUILD_DEPFILE): Makefile
@$(MAKEDEP) $(DEFINES) $(INCLUDES) $(SRCS) $(SRCS_TESTABLE) \
- | tee dependencies.sik | sed "s/.*: \([^ ]*\/\).*/\1\0/" > $@
+ | sed "s/.*: \([^ ]*\/\).*/\1\0/" > $@
$(TESTS_DEPFILE): Makefile $(SRCS_TESTPARTS)
@$(MAKEDEP) $(DEFINES) $(INCLUDES) $(SRCS_TESTABLE) $(SRCS_TESTONLY) \