OSDN Git Service

Ubuntu 14.04 で動作するように修正
[trx-305dsp/dsp.git] / trx305 / kernel / utils / makedep
index 041b38b..2c1bc20 100755 (executable)
@@ -39,7 +39,7 @@
 #  @(#) $Id: makedep,v 1.3 2012/06/17 00:24:19 suikan Exp $
 # 
 
-require "getopt.pl";
+use Getopt::Std;
 
 #  オプションの定義
 #
@@ -56,7 +56,7 @@ require "getopt.pl";
 #
 #  オプションの処理
 #
-Getopt("COTD");
+getopt("COTD");
 
 $cc_path = $opt_C;
 $cc_opts = $opt_O;