Skip to content

Commit 5a035d5

Browse files
committed
Makefile: Remove trailing slash from OUTPUT_DIRNAME value
This slash gets added back on (e.g. $(OUTPUT_DIRNAME)/) in all the places where a trailing slash matters. Signed-off-by: W. Trevor King <[email protected]>
1 parent cc983bb commit 5a035d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
EPOCH_TEST_COMMIT := 78e6667ae2d67aad100b28ee9580b41b7a24e667
3-
OUTPUT_DIRNAME ?= output/
3+
OUTPUT_DIRNAME ?= output
44
DOC_FILENAME ?= oci-runtime-spec
55
DOCKER ?= $(shell command -v docker 2>/dev/null)
66
PANDOC ?= $(shell command -v pandoc 2>/dev/null)

0 commit comments

Comments
 (0)