From 1b88cc69b17f87cb73088943855ada7253281507 Mon Sep 17 00:00:00 2001 From: Daveo Date: Thu, 19 Apr 2001 19:54:43 +0000 Subject: [PATCH] --- build/mkactor.pl | 16 ++++++++-------- makefile.gfx | 30 +++++++++++++++++------------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/build/mkactor.pl b/build/mkactor.pl index 2e96fb8f3..304ced93f 100644 --- a/build/mkactor.pl +++ b/build/mkactor.pl @@ -1,22 +1,22 @@ $OutFile=shift(@ARGV); -$ActorList=shift(@ARGV); +$Actor=shift(@ARGV); -# printf("I got\n0: $OutFile\n1: $ActorList\n"); +# printf("I got\n0: $OutFile\n1: $Actor\n"); $OutFile=">$OutFile"; open(OutFile) || die "Can't create makefile $OutFile; $!"; # print <