aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common.host
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/common.host')
-rw-r--r--gdb/common/common.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/common/common.host b/gdb/common/common.host
index b7051d6..87f144c 100644
--- a/gdb/common/common.host
+++ b/gdb/common/common.host
@@ -27,10 +27,10 @@
case "${host}" in
-*-mingw*) common_host_obs=mingw-strerror.o
+*-mingw*) common_host_obs=common/mingw-strerror.o
;;
*)
- common_host_obs=posix-strerror.o
+ common_host_obs=common/posix-strerror.o
;;
esac