From f036e4c8adc3c4d99fd0e0e18abab84af4768833 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 23 Jul 2009 20:41:58 +0000 Subject: 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 --- etc/couchdb/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc/couchdb/Makefile.am') 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 \ -- cgit v1.2.3