diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-07-23 20:41:58 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-07-23 20:41:58 +0000 |
commit | f036e4c8adc3c4d99fd0e0e18abab84af4768833 (patch) | |
tree | 3bb89c1c06247ab188d13816dbd3a22b00a35fdd /etc/couchdb | |
parent | 939d471617dc8ccda5c7c83b49811b5bbcc7e548 (diff) |
Updated local_dev.ini build target as per Noah's suggestion.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@797216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index 90925465..70463f59 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -44,10 +44,8 @@ default_dev.ini: default.ini.tpl -e "s|%couchjs_command_name%|$(couchjs_dev_command_name)|g" \ < $< > $@ -local_dev.ini: local.ini - if test ! -f "$@"; then \ - cp $< $@; \ - fi +local_dev.ini: + cp local.ini $@ install-data-hook: if test ! -f "$(DESTDIR)/$(localconfdir)/local.ini"; then \ |