Changeset 62 for asp_wo_cfg/trunk/utils


Ignore:
Timestamp:
Oct 19, 2013, 12:38:33 AM (11 years ago)
Author:
ertl-hiro
Message:

ASP Release 1.9.0 への追従。

Location:
asp_wo_cfg/trunk/utils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/utils/makedep

    r49 r62  
    66#  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77#                              Toyohashi Univ. of Technology, JAPAN
    8 #  Copyright (C) 2004-2011 by Embedded and Real-Time Systems Laboratory
     8#  Copyright (C) 2004-2013 by Embedded and Real-Time Systems Laboratory
    99#              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010#
     
    130130        }
    131131        while ($line = <INPUT>) {
    132                 if ($line =~ /^\#\s*([0-9]+)\s*\"([^\"]+)\"/) {
     132                if ($line =~ /^\#[a-zA-Z]*\s*([0-9]+)\s*\"([^\"]+)\"/) {
    133133                        $filename = $2;
    134134                        $filename =~ s/ /\\ /g;
  • asp_wo_cfg/trunk/utils/makerelease

    r49 r62  
    3939#
    4040
    41 require 'getcwd.pl';
     41use Cwd;
    4242
    4343$cwd = getcwd();
Note: See TracChangeset for help on using the changeset viewer.