From: Roland McGrath Date: Fri, 2 Sep 1994 03:21:20 +0000 (+0000) Subject: (routines, elided-routines): Set these both to $(bare-routines). X-Git-Tag: glibc-2.16-ports-before-merge~4055 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ebc812a40346d375e5b0922da5e2bc61ec0f44f;p=thirdparty%2Fglibc.git (routines, elided-routines): Set these both to $(bare-routines). (distribute): Don't set this. --- diff --git a/bare/Makefile b/bare/Makefile index bb1807f9c78..588a713c83b 100644 --- a/bare/Makefile +++ b/bare/Makefile @@ -22,8 +22,9 @@ subdir := bare bare-routines := brdinit console strtsupp +routines = $(bare-routines) +elided-routines = $(bare-routines) extra-objs = $(bare-routines:%=%.o) -distribute = $(bare-routines:%=%.c) install-lib = lib$(config-vendor).a