summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-04 00:27:14 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-04 00:27:14 +0000
commitfe9152d39e9f35f58ad9e81ba84123e56062c994 (patch)
tree6a3f80a9a30de4125b65b6770b48e431d9322a46 /images
parentff7b11dee37fc9e28a6cc169816e0145eaecfa92 (diff)
downloadvdr-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 'images')
-rw-r--r--images/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $^