From f0523145cc30a32daa64dd0bd5661b0b204f00da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 1996 22:40:39 +0000 Subject: * Makerules (install-lib.so rules): Undouble $s in target and dep parts of o-iterator-doit defns. (unversioned libraries install rule): Fix pattern. * mach/Makefile (mach-src-headers): Use $(base-machine) instead of $(config-machine). ($(includedir)/machine): Likewise. * config.make.in (base-machine): New variable. * configure.in (machine): Move case stmt to set $machine out of sysdep dirs AC_CACHE_CHECK. (base_machine): New variable, set in that switch and AC_SUBST'd. * Makerules (stub-$(subdir)): Use file name in directory as output, since cmd is cd'd. --- Makerules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 47e5fb8b0f..d206a6edca 100644 --- a/Makerules +++ b/Makerules @@ -558,7 +558,7 @@ versioned := $(foreach so,$(install-lib.so),\ # Install all the unversioned shared libraries. $(addprefix $(libdir)/,$(filter-out $(versioned),$(install-lib.so))): \ -$(libdir)/%: $(objpfx)lib%.so; $(do-install-program) +$(libdir)/%.so: $(objpfx)%.so; $(do-install-program) make-link = cd $(@D); rm -f $(@F); $(LN_S) $( $@T + /dev/null > $(@F)T mv -f $@T $@ # Make the distribution tar file. -- cgit 1.4.1