From: Ulrich Drepper Date: Sat, 28 Nov 1998 20:59:14 +0000 (+0000) Subject: (sysdep_routines): Use += instead of a :=. X-Git-Tag: upstream/2.30~10627^2~3019 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94f347c012cd9075add9cf0c6d51115802d9e381;p=external%2Fglibc.git (sysdep_routines): Use += instead of a :=. --- diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 7364141..5585c61 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