From: Ulrich Drepper Date: Sat, 28 Nov 1998 20:59:14 +0000 (+0000) Subject: (sysdep_routines): Use += instead of a :=. X-Git-Tag: glibc-2.16-ports-before-merge~3019 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94f347c012cd9075add9cf0c6d51115802d9e381;p=thirdparty%2Fglibc.git (sysdep_routines): Use += instead of a :=. --- diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 736414197ae..5585c61f03f 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -1,3 +1,3 @@ ifeq ($(subdir),setjmp) -sysdep_routines := $(sysdep_routines) setjmp_aux +sysdep_routines += setjmp_aux endif