From 05d4c982198805983d6d7a39b08b1d75eac79387 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 May 1996 19:30:57 +0000 Subject: * Makerules (versioned): Strip whitespace. * Rules (static-only-routines rule): Remove spurious space in dep. * misc/getusershell.c: Undo changes of 7 May 96 (rev 1.6). Cast string constants to char *. * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami: New files, AmigaDOS support from Aaron Digulla. * posix/Makefile (glob.tar): Add AmigaDOS support files. --- Makerules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 6305ad753b..1c11fb930b 100644 --- a/Makerules +++ b/Makerules @@ -552,8 +552,8 @@ ifeq (yes,$(build-shared)) install-lib-nosubdir: $(install-lib.so:%=$(libdir)/%) # Find which .so's have versions. -versioned := $(foreach so,$(install-lib.so),\ - $(patsubst %,$(so),$($(so)-version))) +versioned := $(strip $(foreach so,$(install-lib.so),\ + $(patsubst %,$(so),$($(so)-version)))) # Install all the unversioned shared libraries. $(addprefix $(libdir)/,$(filter-out $(versioned),$(install-lib.so))): \ -- cgit 1.4.1