From ac017fe51eb1a457d8ae87884252ab2f7ed79eee Mon Sep 17 00:00:00 2001 From: svntobi Date: Sat, 11 Aug 2007 13:31:56 +0000 Subject: reverted change in Makefile git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5675 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v1.2.3