From 04dca8d316213b951249e3481ed8d9408495421d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Mar 2006 10:35:59 +0000 Subject: * version.h (VERSION): 2.3.91 * Makeconfig (sysdeps-srcdirs): New variable. (sysdeps-add-ons-srcdirs): Use it. * csu/Makefile (all-Banner-files): Use it. * Makefile (dist-selector): New variable. (glibc-%.tar rule): Use it. Make $(dist-separate) tarballs contain one version-named directory. --- csu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'csu') diff --git a/csu/Makefile b/csu/Makefile index 54af0d6662..0e2ae07cf7 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -200,7 +200,9 @@ $(objpfx)abi-tag.h: $(..)abi-tags if test -r $@.new; then mv -f $@.new $@; \ else echo >&2 'This configuration not matched in $<'; exit 1; fi -all-Banner-files = $(wildcard $(addsuffix /Banner,$(subdir-srcdirs))) +all-Banner-files = $(wildcard $(addsuffix /Banner,\ + $(sort $(subdir-srcdirs) \ + $(sysdeps-srcdirs)))) $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) $(make-target-directory) (case $(config-os) in \ -- cgit 1.4.1