From e607b492e56e2fc3c08e72d5a58349354a584cf2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Apr 1995 22:08:59 +0000 Subject: Sun Apr 2 13:13:52 1995 Roland McGrath * sysdeps/mach/hurd/i386/trampoline.c: Add a link to SS->active_resources, so that _hurdsig_longjmp_from_handler will be called when a longjmp unwinds the signal frame. * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the SS->active_resources chain added by _hurd_setup_sighandler. * hurd/sigunwind.c: New file. * hurd/Makefile (sig): Add sigunwind. * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*. * MakeTAGS (tags-sources): Include $(all-dist). [subdir] (all-dist): Define to $(distribute). --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index f3fdb37c2f..55e7520c64 100644 --- a/Makerules +++ b/Makerules @@ -343,7 +343,7 @@ ifeq (yes,$(build-shared)) lib%.so: lib%_pic.a $(LINK.o) -shared -o $@ -Wl,--whole-archive $< \ -L$(firstword $(objdir) .) -L$(common-objpfx:%/=%) \ - $(LDLIBS-$*.so) + $(LDLIBS-$(notdir $*).so) endif libobjs: $(foreach o,$(object-suffixes),\ -- cgit 1.4.1