summaryrefslogtreecommitdiff
path: root/fml/bin/makefml.in
blob: 0843e051e85c56d104c472e96d6ede0e5d1ecf18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! @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.1 2001/11/12 15:19:55 fukachan Exp $
#

prefix=@prefix@
exec_prefix=@exec_prefix@
libexec_dir=@libexecdir@/fml

exec $libexec_dir/makefml $*

echo 'not reach here'
exit 0;