From: Ulrich Drepper Date: Fri, 8 May 1998 15:02:44 +0000 (+0000) Subject: [subdir=elf]: Define sysdep-others, not others. X-Git-Tag: glibc-2.16-ports-merge^2~3242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7829f6c432d20ef60528e62d13551a5b382c73ba;p=platform%2Fupstream%2Fglibc.git [subdir=elf]: Define sysdep-others, not others. --- diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile index eb0921d..3cedf63 100644 --- a/sysdeps/unix/sysv/linux/m68k/Makefile +++ b/sysdeps/unix/sysv/linux/m68k/Makefile @@ -7,6 +7,6 @@ sysdep_routines += mremap endif ifeq ($(subdir),elf) -others += lddlibc4 +sysdep-others += lddlibc4 install-bin += lddlibc4 endif