You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/07/23 22:41:58 UTC

svn commit: r797216 - /couchdb/trunk/etc/couchdb/Makefile.am

Author: davisp
Date: Thu Jul 23 20:41:58 2009
New Revision: 797216

URL: http://svn.apache.org/viewvc?rev=797216&view=rev
Log:
Updated local_dev.ini build target as per Noah's suggestion.


Modified:
    couchdb/trunk/etc/couchdb/Makefile.am

Modified: couchdb/trunk/etc/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/Makefile.am?rev=797216&r1=797215&r2=797216&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/Makefile.am (original)
+++ couchdb/trunk/etc/couchdb/Makefile.am Thu Jul 23 20:41:58 2009
@@ -44,10 +44,8 @@
 	    -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 \