Chia-Che Tsai 7 years ago
parent
commit
70868102a9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LibOS/shim/test/pal_loader
  2. 1 1
      Pal/src/Makefile.Host

+ 1 - 1
LibOS/shim/test/pal_loader

@@ -2,7 +2,7 @@
 
 THIS_DIR=$(dirname $(readlink -f ${BASH_SOURCE[0]}))
 RUNTIME_DIR=$(readlink -f $THIS_DIR/../../../Runtime)
-OS=$(make --quiet -f $THIS_DIR/../../../Pal/src/Makefile.Host print)
+OS=$(make --quiet -f $THIS_DIR/../../../Pal/src/Makefile.Host print_host)
 
 MANIFEST=
 GDB_CMD=

+ 1 - 1
Pal/src/Makefile.Host

@@ -26,5 +26,5 @@ endif
 export OS
 export OS_MACRO = $(shell echo $(OS) | tr '[:lower:]' '[:upper:]' | tr '-' '_')
 
-print:
+print_host:
 	@echo $(OS)