From a48fa0f4b6e98fac0ab49d0bccd47345e4cf773f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 1 Sep 2014 01:57:12 +0400 Subject: Fixed wrong filename This fixes error: make[2]: *** No rule to make target `build/misc/sys_sysi86.o', needed by `glibc/build/misc/stamp.o'. Stop. --- sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile index f720e2b216..8d0b4dfa8b 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile @@ -1,3 +1,3 @@ ifeq ($(subdir),misc) -sysdep_routines += sys_sysi86 +sysdep_routines += sysi86 endif -- cgit v1.2.3