Skip to content

Commit d0d8bc4

Browse files
authored
Merge pull request #1 from CraneStation/tyler/makefile-tweak
Inexplicably fix OS X's make happy by removing spaces
2 parents f66b890 + 22982e0 commit d0d8bc4

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
@@ -403,7 +403,7 @@ finish: $(SYSROOT_INC) libc
403403
for undef_sym in $$($(WASM_NM) --undefined-only "$(SYSROOT_LIB)"/*.a "$(SYSROOT_LIB)"/*.o \
404404
|grep ' U ' |sed 's/.* U //' |LC_COLLATE=C sort |uniq); do \
405405
grep -q '\<'$$undef_sym'\>' "$(SYSROOT_SHARE)/defined-symbols.txt" || echo $$undef_sym; \
406-
done > "$(SYSROOT_SHARE)/undefined-symbols.txt"
406+
done > "$(SYSROOT_SHARE)/undefined-symbols.txt"
407407
grep '^_*wasi_' "$(SYSROOT_SHARE)/undefined-symbols.txt" \
408408
> "$(SYSROOT_LIB)/libc.imports"
409409

0 commit comments

Comments
 (0)