Show
Ignore:
Timestamp:
03/24/08 17:42:10 (5 years ago)
Author:
khali
Message:

Drop the trailing .pl from all perl script names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/eeprom/Module.mk

    r4908 r5162  
    11# EEPROM decoding scripts for the Linux eeprom driver 
    22# 
    3 # Copyright (C) 2007  Jean Delvare <khali@linux-fr.org> 
     3# Copyright (C) 2007-2008  Jean Delvare <khali@linux-fr.org> 
    44# 
    55# Licensed under the GNU General Public License. 
     
    77EEPROM_DIR      := eeprom 
    88 
    9 EEPROM_TARGETS  := decode-dimms.pl decode-vaio.pl ddcmon decode-edid.pl 
     9EEPROM_TARGETS  := decode-dimms decode-vaio ddcmon decode-edid 
    1010 
    11 # decode-xeon.pl was not yet ported to the Linux 2.6 sysfs interface 
     11# decode-xeon was not yet ported to the Linux 2.6 sysfs interface 
    1212ifeq (,$(findstring /2.6., /$(KERNELVERSION))) 
    13 EEPROM_TARGETS  += decode-xeon.pl 
     13EEPROM_TARGETS  += decode-xeon 
    1414endif 
    1515