From fe9152d39e9f35f58ad9e81ba84123e56062c994 Mon Sep 17 00:00:00 2001
From: Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>
Date: Thu, 4 Jan 2007 00:27:14 +0000
Subject: Updated all Makefiles to omit 'default target bug' from httpd
 Makefile

---
 css/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'css/Makefile')

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 $@ $^
 
-- 
cgit v1.2.3