summaryrefslogtreecommitdiff
path: root/src/couchdb
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-01-07 22:02:11 +0000
committerJan Lehnardt <jan@apache.org>2009-01-07 22:02:11 +0000
commit2408beee6fbef4acbae40e7fa6de98a0c35a53ed (patch)
tree3f6d5b4c5239242c6c2b7368adb52b4fed41ec91 /src/couchdb
parentb7f3ffdc07d4439324732edd4e2be351637c01e4 (diff)
Rebuild all .erl files when couch_db.hrl has been modified. Closes COUCHDB-199.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732528 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r--src/couchdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 50e51c62..7fb2ec68 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -147,7 +147,7 @@ couch.app: couch.app.tpl
# $(ERL) -noshell -run edoc_run files [\"$<\"]
-%.beam: %.erl
+%.beam: %.erl couch_db.hrl
$(ERLC) $<
install-data-hook: