From e5c13ef2611eb15a628c382f74bebb204e9d5e5c Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 30 Jun 2009 04:10:16 +0000 Subject: build tweaks for NetWare (continued) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789553 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'NWGNUmakefile') 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 # -- cgit v1.2.1