aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-11 12:45:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-11 12:45:06 +0100
commite7329de45302e749a31a6f7ea2889ce8e2ff8e75 (patch)
tree144c296e38998b712f7403b22620254894fca280 /stubdom/Makefile
parenta896e816af763ab9c35bb7fb2f63a0928be3b530 (diff)
downloadxen-e7329de45302e749a31a6f7ea2889ce8e2ff8e75.tar.gz
xen-e7329de45302e749a31a6f7ea2889ce8e2ff8e75.tar.bz2
xen-e7329de45302e749a31a6f7ea2889ce8e2ff8e75.zip
stubdom: do not use realpath, new in make 3.81
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 00e8e935f2..c846ec4b35 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -51,7 +51,7 @@ TARGET_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,)
GCC_INSTALL = $(shell gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
TARGET_CPPFLAGS += -U __linux__ -U __FreeBSD__ -U __sun__
TARGET_CPPFLAGS += -nostdinc
-TARGET_CPPFLAGS += -isystem $(abspath $(MINI_OS)/include/posix)
+TARGET_CPPFLAGS += -isystem $(CURDIR)/$(MINI_OS)/include/posix
TARGET_CPPFLAGS += -isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include
TARGET_CPPFLAGS += -isystem $(GCC_INSTALL)include
TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-cvs/src/include