summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-webuci/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-11 08:39:43 +0000
committerSteven Barth <steven@midlink.org>2008-06-11 08:39:43 +0000
commit0ce532556c304c370a0e2511567e499ea8d5342f (patch)
tree10243bbd2a722f4ccdda50f6d07ec077f8f3a2e8 /libs/sgi-webuci/Makefile
parentd291e1c3f5664d86054736912f671af1bc339235 (diff)
* Updated Boa to 0.94.14rc21 + Debian patches
Diffstat (limited to 'libs/sgi-webuci/Makefile')
-rw-r--r--libs/sgi-webuci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile
index fe5fbb8038..f81721fc09 100644
--- a/libs/sgi-webuci/Makefile
+++ b/libs/sgi-webuci/Makefile
@@ -2,7 +2,7 @@ include ../../build/config.mk
include ../../build/gccconfig.mk
include ../../build/module.mk
-BOA_VERSION = 0.94.13
+BOA_VERSION = 0.94.14rc21
BOA_SITE = http://www.boa.org
BOA_DIR = boa-$(BOA_VERSION)
BOA_FILE = $(BOA_DIR).tar.gz
@@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series
touch $@
$(BOA_DIR)/.configured: $(BOA_DIR)/.patched
- (cd $(BOA_DIR)/src; ./configure --disable-debug)
+ (cd $(BOA_DIR); ./configure --disable-debug)
touch $@
boa-compile: $(BOA_DIR)/.configured