summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-12 13:50:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-12 13:50:17 +0100
commite6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7 (patch)
tree5e1027ebd23e9fa3b8964cf69a34446382267f44 /Makefile
parent188fe74c8a1c917179baaf9d296c6d4eedf22c6f (diff)
downloadvdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.gz
vdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.bz2
More Makefile changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe63ada7..2a5a9b2d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.48 2013/01/06 18:45:33 kls Exp $
+# $Id: Makefile 2.49 2013/01/12 13:45:01 kls Exp $
.DELETE_ON_ERROR:
@@ -114,7 +114,7 @@ all: vdr i18n plugins
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
# Dependencies:
@@ -202,7 +202,7 @@ plugins: include-dir vdr.pc
noapiv="";\
oldmakefile="";\
for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
- echo "*** Plugin $$i:";\
+ echo; echo "*** Plugin $$i:";\
# No APIVERSION: Skip\
if ! grep -q "\$$(LIBDIR)/.*\$$(APIVERSION)" "$(PLUGINDIR)/src/$$i/Makefile" ; then\
echo "ERROR: plugin $$i doesn't honor APIVERSION - not compiled!";\