From e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 12 Jan 2013 13:50:17 +0100 Subject: More Makefile changes --- PLUGINS/src/status/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PLUGINS/src/status/Makefile') diff --git a/PLUGINS/src/status/Makefile b/PLUGINS/src/status/Makefile index 31d2cc9a..8f6e26f6 100644 --- a/PLUGINS/src/status/Makefile +++ b/PLUGINS/src/status/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 2.14 2013/01/06 10:19:53 kls Exp $ +# $Id: Makefile 2.15 2013/01/12 13:45:01 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -61,7 +61,7 @@ all: $(SOFILE) ### Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $< ### Dependencies: -- cgit v1.2.3