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-before-merge~3242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7829f6c432d20ef60528e62d13551a5b382c73ba;p=thirdparty%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 eb0921d9be5..3cedf6322ef 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