]> sourceware.org Git - glibc.git/commitdiff
(routines, elided-routines): Set these both to $(bare-routines).
authorRoland McGrath <roland@gnu.org>
Fri, 2 Sep 1994 03:21:20 +0000 (03:21 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 Sep 1994 03:21:20 +0000 (03:21 +0000)
(distribute): Don't set this.

bare/Makefile

index bb1807f9c78a4b950fd2ad5566e4f2bf9b89299b..588a713c83bd14a9c9e183c572c1e0e22711e485 100644 (file)
@@ -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
 
This page took 0.04525 seconds and 5 git commands to generate.