diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-09-01 01:57:12 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-09-01 01:57:12 +0400 |
commit | a48fa0f4b6e98fac0ab49d0bccd47345e4cf773f (patch) | |
tree | 560b88a720f8ffa14c863383f65d2e1a7283f5b3 /sysdeps/unix/sysv/solaris2/kopensolaris-gnu | |
parent | eb8eb49da6846e2952a61e057299b02cd4ce2c00 (diff) | |
download | glibc-a48fa0f4b6e98fac0ab49d0bccd47345e4cf773f.tar.gz |
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.
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |