From fe9152d39e9f35f58ad9e81ba84123e56062c994 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 4 Jan 2007 00:27:14 +0000 Subject: Updated all Makefiles to omit 'default target bug' from httpd Makefile --- css/Makefile | 4 ++-- images/Makefile | 4 ++-- pages/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/Makefile b/css/Makefile index 006548e..6ee6807 100644 --- a/css/Makefile +++ b/css/Makefile @@ -20,6 +20,8 @@ OBJS = styles.o .PHONY: all clean +all: libcss.a + ### Implicit rules: %.o: %.cpp @@ -30,8 +32,6 @@ OBJS = styles.o ### Targets: -all: libcss.a - libcss.a: $(OBJS) $(AR) r $@ $^ diff --git a/images/Makefile b/images/Makefile index e9fcf3c..50853b9 100644 --- a/images/Makefile +++ b/images/Makefile @@ -20,6 +20,8 @@ OBJS = logo.o record.o active.o inactive.o .PHONY: all clean +all: libimages.a + ### Implicit rules: %.o: %.cpp @@ -30,8 +32,6 @@ OBJS = logo.o record.o active.o inactive.o ### Targets: -all: libimages.a - libimages.a: $(OBJS) $(AR) r $@ $^ 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 $@ $^ -- cgit v1.2.3