summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-12-09 11:19:47 +0000
committerfukachan <fukachan>2004-12-09 11:19:47 +0000
commit0105d1f894cddde976fbf5cbe1a1c3571abf0a60 (patch)
tree824758c80a5c8304ec22e28057fad663649ba2c2 /fml/etc
parent30a1ad5db27e6d165e17ff1d72ad709c5756ba7b (diff)
downloadfml8-0105d1f894cddde976fbf5cbe1a1c3571abf0a60.tar.gz
fml8-0105d1f894cddde976fbf5cbe1a1c3571abf0a60.tar.bz2
fml8-0105d1f894cddde976fbf5cbe1a1c3571abf0a60.zip
use -i option to generate default_config.ph
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/compat/fml4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/etc/compat/fml4/Makefile b/fml/etc/compat/fml4/Makefile
index 56d19374..1a3e8462 100644
--- a/fml/etc/compat/fml4/Makefile
+++ b/fml/etc/compat/fml4/Makefile
@@ -1,5 +1,5 @@
#
-# $FML$
+# $FML: Makefile,v 1.1.1.1 2004/11/25 12:29:22 fukachan Exp $
#
PERL = perl
@@ -13,5 +13,5 @@ TEMPLATE = cf.recommended
CONFIGURE = $(PERL) $(BASE_DIR)/config
default_config.ph: $(BASE_DIR)/config $(BASE_DIR)/MANIFEST $(TEMPLATE)
- $(CONFIGURE) -m $(BASE_DIR)/MANIFEST $(TEMPLATE) > $(TMP)
+ $(CONFIGURE) -m $(BASE_DIR)/MANIFEST -i $(TEMPLATE) > $(TMP)
mv $(TMP) default_config.ph