diff options
| author | fukachan <fukachan> | 2005-11-21 03:29:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-11-21 03:29:46 +0000 |
| commit | 11561ac53134c3dd7b15a90c00331e64b14dd070 (patch) | |
| tree | 11dc61cf4cacf56223c462cf100f66c02381394f | |
| parent | e26d64375a04865757c314046d9199d948911871 (diff) | |
| download | fml8-11561ac53134c3dd7b15a90c00331e64b14dd070.tar.gz fml8-11561ac53134c3dd7b15a90c00331e64b14dd070.tar.bz2 fml8-11561ac53134c3dd7b15a90c00331e64b14dd070.zip | |
fix link relations.
renamed: list_up -> listup
| -rw-r--r-- | regress/simulation/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 50b06997..75fe882c 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.79 2004/05/22 13:37:32 fukachan Exp $ +# $FML: Makefile,v 1.80 2005/10/08 04:20:50 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -80,11 +80,10 @@ _link: ln -s ../../fml/lib/FML/Command Command ln -s ../../fml/lib/FML/Command/Admin AdminCommand ln -s ../../fml/lib/FML/Command/User UserCommand - ln -s ../../fml/lib/FML/MTAControl MTAControl + ln -s ../../fml/lib/FML/MTA/Control MTAControl ln -s ../../fml/lib/IO ln -s ../../fml/lib/Tie ln -s ../../fml/lib/Mail - ln -s ../../fml/lib/Mail/ThreadTrack ln -s ../../fml/libexec ln -s /var/spool/ml/elena/log ln -s ../../cpan/doc doc-devel @@ -116,7 +115,7 @@ diag: env PATH=/usr/pkg/bin:$$PATH make check depend: - perl ../style/list_up_dependence.pl `find lib/ -type f |grep pm` |\ + perl ../style/listup_dependence.pl `find lib/ -type f |grep pm` |\ tee 55_DEPEND.bak |
