From 92f3773b4c90ee2752ff391b7b6081eea10b4bca Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 6 Jun 1996 06:05:11 +0000 Subject: Thu Jun 6 02:00:42 1996 Roland McGrath * Makerules (distinfo-vars): Don't write constant line to frob sources. * Make-dist (sources): Append $(elided-routines) and $(extra-libs) routines. --- Make-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Make-dist') diff --git a/Make-dist b/Make-dist index 3f5a0e3183..bba703cb26 100644 --- a/Make-dist +++ b/Make-dist @@ -62,6 +62,9 @@ all-headers := $(sort $(headers) $(wildcard $(all-headers))) endif foo:=$(shell echo 'IS THIS WORKING??? all-headers=$(all-headers)' >&2) +sources += $(addsuffix .c,$(elided-routines) \ + $(foreach l,$(extra-libs),$($l-routines))) + # Find all sysdep sources and headers. +maybe-sysdeps := $(sources) $(sources:.c=.s) $(sources:.c=.S) $(all-headers) \ $(filter %.c %.S %.s %.h %.sub,$(distribute)) -- cgit v1.2.3