From 618df5e66988ab6a7ce0943f9145c2a228deffa0 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 3 Jan 2007 18:53:47 +0000 Subject: Fixed OBJS in pages/Makefile --- pages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/Makefile b/pages/Makefile index 3c77712..46fc0d4 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -14,7 +14,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = styles.o menu.o channels.o schedule.o whats_on_now.o +OBJS = menu.o channels.o schedule.o whats_on_now.o ### Default rules: -- cgit v1.2.3