diff options
| author | fukachan <fukachan> | 2001-11-18 02:44:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-18 02:44:12 +0000 |
| commit | 432cb9f419ef9ed5ac0bc0dfc0272e2982884dca (patch) | |
| tree | 93cd5882e8da905401271c47479d39471b2de02a /Makefile | |
| parent | 5613c6a8cdce17596e3bfe7337e3bea672bc9786 (diff) | |
| download | fml8-432cb9f419ef9ed5ac0bc0dfc0272e2982884dca.tar.gz fml8-432cb9f419ef9ed5ac0bc0dfc0272e2982884dca.tar.bz2 fml8-432cb9f419ef9ed5ac0bc0dfc0272e2982884dca.zip | |
make fml/etc/paths.cf.in from configure.in
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.17 2001/07/01 14:07:40 fukachan Exp $ +# $FML: Makefile,v 1.18 2001/07/15 12:18:36 fukachan Exp $ # CONV = doc/bin/text2html.pl @@ -20,7 +20,7 @@ install: scan: @ cvs -n update 2>&1 |grep -v : || echo '' -update: +update: fml/etc/paths.cf.in @ cvs update -d -P|grep -v : || echo '' clean: @@ -44,3 +44,8 @@ _html: ja.doc: @ (cd fml/doc/ja/; make clean; make ; make clean) + + +fml/etc/paths.cf.in: configure.in + ./fml/utils/bin/gen_paths.cf.pl configure.in > fml/etc/paths.cf.in.new + mv fml/etc/paths.cf.in.new fml/etc/paths.cf.in |
