summaryrefslogtreecommitdiff
path: root/fml/bin/makefml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-12 15:19:52 +0000
committerfukachan <fukachan>2001-11-12 15:19:52 +0000
commit07cd4daa17e08498c1971e683e07a2e57b2e10f6 (patch)
tree5499d1a9cb61450969204182f7312d122cdbc6a2 /fml/bin/makefml
parente58bd16825fa5e4ddad054d875c1ee18e8be69f3 (diff)
downloadfml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.gz
fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.bz2
fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.zip
apply configure for fml/bin/
Diffstat (limited to 'fml/bin/makefml')
-rwxr-xr-xfml/bin/makefml16
1 files changed, 0 insertions, 16 deletions
diff --git a/fml/bin/makefml b/fml/bin/makefml
deleted file mode 100755
index 905e72b2..00000000
--- a/fml/bin/makefml
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# 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$
-#
-
-default_prefix=/usr/local
-libexec_dir=$default_prefix/libexec/fml
-
-exec $libexec_dir/makefml $*
-
-echo 'not reach here'
-exit 0;