diff options
Diffstat (limited to 'libsi')
-rw-r--r-- | libsi/Makefile | 4 | ||||
-rwxr-xr-x | libsi/gendescr (renamed from libsi/gendescr.pl) | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/libsi/gendescr.pl b/libsi/gendescr index 8273f640..781340a7 100755 --- a/libsi/gendescr.pl +++ b/libsi/gendescr @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: gendescr.pl 1.2 2003/12/13 10:42:05 kls Exp $ +# $Id: gendescr 1.2 2003/12/13 10:42:05 kls Exp $ print "Name (ohne ...Descriptor):"; $name=<STDIN>; |