diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/power/cpupower/Makefile | 2 | ||||
| -rw-r--r-- | tools/scripts/Makefile.include | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index da205d1fa03c..1dd5f4fcffd5 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile | |||
| @@ -26,7 +26,7 @@ endif | |||
| 26 | 26 | ||
| 27 | ifneq ($(OUTPUT),) | 27 | ifneq ($(OUTPUT),) |
| 28 | # check that the output directory actually exists | 28 | # check that the output directory actually exists |
| 29 | OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) | 29 | OUTDIR := $(shell cd $(OUTPUT) && pwd) |
| 30 | $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist)) | 30 | $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist)) |
| 31 | endif | 31 | endif |
| 32 | 32 | ||
diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include index 654efd9768fd..3fab179b1aba 100644 --- a/tools/scripts/Makefile.include +++ b/tools/scripts/Makefile.include | |||
| @@ -13,7 +13,7 @@ endif | |||
| 13 | 13 | ||
| 14 | # check that the output directory actually exists | 14 | # check that the output directory actually exists |
| 15 | ifneq ($(OUTPUT),) | 15 | ifneq ($(OUTPUT),) |
| 16 | OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) | 16 | OUTDIR := $(shell cd $(OUTPUT) && pwd) |
| 17 | $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist)) | 17 | $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist)) |
| 18 | endif | 18 | endif |
| 19 | 19 | ||
