diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 13:50:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 13:50:17 +0100 |
commit | e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7 (patch) | |
tree | 5e1027ebd23e9fa3b8964cf69a34446382267f44 /PLUGINS/src/osddemo/Makefile | |
parent | 188fe74c8a1c917179baaf9d296c6d4eedf22c6f (diff) | |
download | vdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.gz vdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.bz2 |
More Makefile changes
Diffstat (limited to 'PLUGINS/src/osddemo/Makefile')
-rw-r--r-- | PLUGINS/src/osddemo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/osddemo/Makefile b/PLUGINS/src/osddemo/Makefile index f3bab4ae..9b7e2c15 100644 --- a/PLUGINS/src/osddemo/Makefile +++ b/PLUGINS/src/osddemo/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 2.15 2013/01/06 10:19:53 kls Exp $ +# $Id: Makefile 2.16 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: |