Skip to content

Commit 1f3f635

Browse files
committed
build: drop space after 'angie' folder name
The makefile consider the two white spaces between the end of the folder name and the '#' character for the beginning of the comment as part of the folder name. This cause 'make install' to create a folder named 'angie ' that is not welcome on all the OS. Drop the comment and the space after the folder name. Reported-by: Liviu Ionescu <[email protected]> Change-Id: Iadd6803431edb83d0d84f4e4dc6d36b454f912ac Signed-off-by: Antonio Borneo <[email protected]> Fixes: 0ed03df ("amend angie build definitions to fix make dist") Reviewed-on: https://review.openocd.org/c/openocd/+/8740 Reviewed-by: Liviu Ionescu Tested-by: jenkins Reviewed-by: Adrien Charruel <[email protected]>
1 parent ed4e584 commit 1f3f635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jtag/drivers/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dist_ulink_DATA = $(ULINK_FIRMWARE)/ulink_firmware.hex
125125
endif
126126

127127
if ANGIE
128-
angiedir = $(pkgdatadir)/angie # This is only for dist_angie_DATA.
128+
angiedir = $(pkgdatadir)/angie
129129
DRIVERFILES += %D%/angie.c
130130
DRIVERFILES += %D%/angie/include/msgtypes.h
131131
EXTRA_DIST += %D%/angie/README

0 commit comments

Comments
 (0)