diff options
author | Hanhui <sylixos@gmail.com> | 2016-10-13 08:44:20 (GMT) |
---|---|---|
committer | Hanhui <sylixos@gmail.com> | 2016-10-13 08:44:20 (GMT) |
commit | 643d5edd456e08b6b5bf34a50220fd3805c44884 (patch) | |
tree | 66052d57d6e98d2b6f3540a2641f5973a35d37cf | |
parent | ceedcf766713fb7f143f0d766614c0701b13a21e (diff) | |
download | libexpat-master.zip libexpat-master.tar.gz libexpat-master.tar.bz2 |
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ endif #********************************************************************************************************* # Include header.mk #********************************************************************************************************* -MKTEMP = $(SYLIXOS_BASE_PATH)/libsylixos/SylixOS/mktemp +EMPTY = +SPACE = $(EMPTY) $(EMPTY) +MKTEMP = $(subst $(SPACE),\ ,$(SYLIXOS_BASE_PATH))/libsylixos/SylixOS/mktemp include $(MKTEMP)/header.mk |