From 9ebc812a40346d375e5b0922da5e2bc61ec0f44f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 2 Sep 1994 03:21:20 +0000 Subject: [PATCH] (routines, elided-routines): Set these both to $(bare-routines). (distribute): Don't set this. --- bare/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bare/Makefile b/bare/Makefile index bb1807f9c7..588a713c83 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