diff options
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r-- | sysdeps/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 15993b34ac..1aea477064 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -289,7 +289,7 @@ $(common-objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ test -f $$dir/syscalls.list && \ { $(SHELL) $(dir $<)$(notdir $<) \ $$dir $(object-suffixes) || exit 1; }; \ - test $$dir = sysdeps/unix && break; \ + test $$dir = $(..)sysdeps/unix && break; \ done > $@T mv -f $@T $@ |