diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:36:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:36:37 +0100 |
commit | a6138160501bf5c1bf42c5f16c6d0333d7b31e9d (patch) | |
tree | 870e36154dd657a3c081717f95ca32547fa78e17 /libsi/Makefile | |
parent | 7ab9d4fcfdc847131d0c46a5e3923ae0f0492fdf (diff) | |
download | vdr-a6138160501bf5c1bf42c5f16c6d0333d7b31e9d.tar.gz vdr-a6138160501bf5c1bf42c5f16c6d0333d7b31e9d.tar.bz2 |
Removed the '.pl' suffix from all scripts
Diffstat (limited to 'libsi/Makefile')
-rw-r--r-- | libsi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsi/Makefile b/libsi/Makefile index 37be2f60..b24eb31d 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,7 +1,7 @@ # # Makefile for a libsi # -# $Id: Makefile 2.1 2010/11/07 13:31:05 kls Exp $ +# $Id: Makefile 2.2 2011/12/04 14:18:38 kls Exp $ ### The C++ compiler and options: @@ -52,4 +52,4 @@ clean: dist: tar cvzf libsi.tar.gz -C .. libsi/util.c libsi/si.c libsi/section.c libsi/descriptor.c \ - libsi/util.h libsi/si.h libsi/section.h libsi/descriptor.h libsi/headers.h libsi/Makefile libsi/gendescr.pl + libsi/util.h libsi/si.h libsi/section.h libsi/descriptor.h libsi/headers.h libsi/Makefile libsi/gendescr |