From 81aeef078b488ca841424b49a0e94e2ab586ee74 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Fri, 25 Jul 2008 14:55:22 +0000 Subject: removed awk subst from automake git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679823 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') 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" \ -- cgit v1.2.3