summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-30 04:10:16 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-30 04:10:16 +0000
commite5c13ef2611eb15a628c382f74bebb204e9d5e5c (patch)
treea8880d1d35c9e001c63c01cc0920b30abad733a9 /NWGNUmakefile
parentbca20658983a50f683225d2ce2c6ff347bc30980 (diff)
downloadapr-e5c13ef2611eb15a628c382f74bebb204e9d5e5c.tar.gz
build tweaks for NetWare (continued)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index d8e92869f..b43a6205d 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -19,7 +19,7 @@ endif
# paths to tools
#
ifndef APR_WORK
-export APR_WORK := $(strip $(shell pwd))
+export APR_WORK = $(CURDIR)
endif
include $(APR_WORK)/build/NWGNUhead.inc
@@ -418,9 +418,6 @@ $(INSTDEVDIRS) ::
$(CHKNOT) $@\NUL mkdir $@
endif
-test :: nlms FORCE
- $(MAKE) -C $(APRTEST) -f NWGNUmakefile
-
#
# Any specialized rules here
#