diff options
-rw-r--r-- | bin/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 1777ce10..feb3c349 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -25,7 +25,6 @@ couchjs_command_name = `echo couchjs | sed '$(transform)'` couchdb: couchdb.tpl sed -e "s|%ERL%|$(ERL)|g" \ -e "s|%ICU_CONFIG%|$(ICU_CONFIG)|g" \ - -e "s|%AWK%|$(AWK)|g" \ -e "s|%bindir%|@bindir@|g" \ -e "s|%localerlangbindir%|@localerlangbindir@|g" \ -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \ |