#! @SHELL@ # # Copyright (C) 2001 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # # $FML: makefml.in,v 1.2 2001/11/12 23:50:28 fukachan Exp $ # prefix=@prefix@ exec_prefix=@exec_prefix@ libexec_dir=@libexecdir@/fml exec $libexec_dir/makefml $* echo 'not reach here' exit 0;