diff options
| author | fukachan <fukachan> | 2003-05-31 04:46:03 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-31 04:46:03 +0000 |
| commit | ca55827a4e1c2f75cf2565a28d0d823da4b1206d (patch) | |
| tree | 094f95b94a2b14a9ae7d811a3738d31a01dc0c4b /regress | |
| parent | c5e5c69a48941b542ab010ea3cb777767681dcd5 (diff) | |
| download | fml8-ca55827a4e1c2f75cf2565a28d0d823da4b1206d.tar.gz fml8-ca55827a4e1c2f75cf2565a28d0d823da4b1206d.tar.bz2 fml8-ca55827a4e1c2f75cf2565a28d0d823da4b1206d.zip | |
use ../style
Diffstat (limited to 'regress')
| -rw-r--r-- | regress/simulation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 78162098..39128816 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.67 2003/03/16 06:24:58 fukachan Exp $ +# $FML: Makefile,v 1.68 2003/05/31 02:24:03 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -103,7 +103,7 @@ diag: env PATH=/usr/pkg/bin:$$PATH make check depend: - perl .module_dependence.pl `find lib/ -type f |grep pm` |\ + perl ../style/list_up_dependence.pl `find lib/ -type f |grep pm` |\ tee 55_DEPEND.bak |
