diff options
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
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: |