*** empty log message ***

This commit is contained in:
David Rose 2001-03-01 23:20:22 +00:00
parent 0769bfd629
commit 585fd87124
2 changed files with 3 additions and 5 deletions

View File

@ -275,12 +275,11 @@ $[dest]/$[local] : $[sourcedir]/$[local]
#end egg
#foreach egg $[UNPAL_SOURCES]
#define local $[egg]
#define sourcedir $[SOURCE_DIR]
#define dest $[install_model_dir]
$[dest]/$[local] : $[sourcedir]/$[local]
// cd ./$[sourcedir] && $[INSTALL]
$[dest]/$[local] : $[source_prefix]$[local]
// $[INSTALL]
rm -f $[dest]/$[local]
cp $[sourcedir]/$[local] $[dest]
cp $[source_prefix]$[local] $[dest]
#end egg
#end install_egg

View File

@ -155,7 +155,6 @@ do_command(const string &command, const string &params) {
} else {
type = type->resolve_type(&parser, &parser);
_renametype[type->get_local_name(&parser)] = new_name;
nout << "Renaming " << *type << " to " << new_name << "\n";
}
}