diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 00:27:14 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-04 00:27:14 +0000 |
commit | fe9152d39e9f35f58ad9e81ba84123e56062c994 (patch) | |
tree | 6a3f80a9a30de4125b65b6770b48e431d9322a46 /pages | |
parent | ff7b11dee37fc9e28a6cc169816e0145eaecfa92 (diff) | |
download | vdr-plugin-live-fe9152d39e9f35f58ad9e81ba84123e56062c994.tar.gz vdr-plugin-live-fe9152d39e9f35f58ad9e81ba84123e56062c994.tar.bz2 |
Updated all Makefiles to omit 'default target bug' from httpd Makefile
Diffstat (limited to 'pages')
-rw-r--r-- | pages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Makefile b/pages/Makefile index 70b6647..8ab9c87 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -20,6 +20,8 @@ OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next .PHONY: all clean +all: libpages.a + ### Implicit rules: %.o: %.cpp @@ -42,8 +44,6 @@ OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next ### Targets: -all: libpages.a - libpages.a: $(OBJS) $(AR) r $@ $^ |