From c2bb8cabc58851b00d43c15ed4c37ac393a3465b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Sep 1996 02:16:48 +0000 Subject: third update from main archive 960907 Sat Sep 7 18:41:17 1996 Richard Henderson * Makeconfig (+link): Filter out start, pre & postinit from the generic depenancies as well. * Rules: Add start, pre & postinit to the dependancies of $(others) and $(tests). * configure.in: elf_dirs missing "sysdeps" component. * locale/Makefile (distribute): Add locale.c and localedef.c. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d2f0c3c..2d03f8c 100755 --- a/configure +++ b/configure @@ -878,7 +878,7 @@ if test "$elf" = yes; then esac for m in $mach; do if test -d $xsrcdir${d}sysdeps$m/elf; then - elf_dirs="$elf_dirs $d$m/elf" + elf_dirs="$elf_dirs ${d}sysdeps$m/elf" fi done done -- cgit v1.1