]> granicus.if.org Git - apache/commitdiff
gnu-make's abspath seems broken when the path is already absolute.
authorGuenter Knauf <fuankg@apache.org>
Mon, 20 Jul 2009 17:40:59 +0000 (17:40 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 20 Jul 2009 17:40:59 +0000 (17:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795930 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUmakefile

index f74e92b7371205ce22b9601017e9f303bd6dcb70..2054beb12f1f74cbb7d4e5ae0621f1ecaf5a7d81 100644 (file)
@@ -75,11 +75,11 @@ $(NWOS)/test_char.h: gen_test_char.exe $(AP_WORK)/server/gen_test_char.c
 else
 
 ifneq "$(wildcard $(NWOS)/chartables.c)" "$(NWOS)/chartables.c"
-$(error Error: required source $(abspath $(NWOS)/chartables.c) not found!)
+$(error Error: required source $(NWOS)/chartables.c not found!)
 endif
 
 ifneq "$(wildcard $(NWOS)/test_char.h)" "$(NWOS)/test_char.h"
-$(error Error: required header $(abspath $(NWOS)/test_char.h) not found!)
+$(error Error: required header $(NWOS)/test_char.h not found!)
 endif
 
 endif