diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-02 22:08:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-02 22:08:59 +0000 |
commit | e607b492e56e2fc3c08e72d5a58349354a584cf2 (patch) | |
tree | 8e48c89250656dd4322f32248c3d5497ae148951 /Makerules | |
parent | 193ce8dcd6c1eea5c68e6d4d8db2002c0085925b (diff) | |
download | glibc-e607b492e56e2fc3c08e72d5a58349354a584cf2.tar glibc-e607b492e56e2fc3c08e72d5a58349354a584cf2.tar.gz glibc-e607b492e56e2fc3c08e72d5a58349354a584cf2.tar.bz2 glibc-e607b492e56e2fc3c08e72d5a58349354a584cf2.zip |
Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* 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).
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),\ |