X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/3d4bc628056638dd5b264e8315b5e7b7fcf579e8..1d6b260d32d802b99dcdd3c9e9e3b97c19d3f856:/src/common/posix.mak diff --git a/src/common/posix.mak b/src/common/posix.mak index c630d4d..edc5c99 100644 --- a/src/common/posix.mak +++ b/src/common/posix.mak @@ -76,7 +76,7 @@ OBJ_CORE= \ core/thread.o OBJ_STDC= \ - stdc/errno.o + core/stdc/errno.o ALL_OBJS= \ $(OBJ_CORE) \