Skip to content

Commit eff962d

Browse files
orbeaJuergenReppSIT
authored andcommitted
build: remove trailing comma
With slibtool this results in a failure: /usr/lib/gcc/x86_64-pc-linux-musl/14/../../../../x86_64-pc-linux-musl/bin/ld: cannot find : No such file or directory While GNU libtool seems to implicitly remove it. Signed-off-by: orbea <[email protected]>
1 parent c5f2368 commit eff962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ test_unit_test_tpm2_auth_util_LDFLAGS = -Wl,--wrap=Esys_TR_SetAuth \
275275
-Wl,--wrap=fread \
276276
-Wl,--wrap=fseek \
277277
-Wl,--wrap=ftell \
278-
-Wl,--wrap=feof, \
278+
-Wl,--wrap=feof \
279279
-Wl,--wrap=fclose
280280
test_unit_test_tpm2_auth_util_LDADD = $(CMOCKA_LIBS) $(LDADD)
281281

0 commit comments

Comments
 (0)