diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-29 10:31:33 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-29 10:31:33 +0100 |
commit | 1a433954f08b5c478a6a95ed47257121400a7b0d (patch) | |
tree | 2e4c85c89e880e9260095b4bc307cf6640d9206a /PLUGINS/src/osddemo/Makefile | |
parent | acbe56f6d0c29fb39b810600dbaaa83bc44c8538 (diff) | |
download | vdr-1a433954f08b5c478a6a95ed47257121400a7b0d.tar.gz vdr-1a433954f08b5c478a6a95ed47257121400a7b0d.tar.bz2 |
Revoked 'Now using targets install-lib and install-i18n when building plugins locally'
Diffstat (limited to 'PLUGINS/src/osddemo/Makefile')
-rw-r--r-- | PLUGINS/src/osddemo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/PLUGINS/src/osddemo/Makefile b/PLUGINS/src/osddemo/Makefile index e6d8aaae..2d24485e 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.13 2012/12/28 10:09:27 kls Exp $ +# $Id: Makefile 2.14 2012/12/29 10:29:04 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -72,10 +72,6 @@ $(DEPFILE): Makefile -include $(DEPFILE) -### Internationalization (I18N): - -install-i18n: - ### Targets: $(SOFILE): $(OBJS) |