From 782e865067efc414b8dca36d8dd632d621ba94ef Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 May 1996 13:18:18 +0000 Subject: Thu May 9 09:17:46 1996 Roland McGrath * Rules (static-only-routines rule): Use dummy.o, not dummy.so. --- ChangeLog | 4 ++++ Rules | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e459d07bd..f72444abdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 9 09:17:46 1996 Roland McGrath + + * Rules (static-only-routines rule): Use dummy.o, not dummy.so. + Wed May 8 20:04:29 1996 Roland McGrath * extract-dynsym: New file. diff --git a/Rules b/Rules index 9a7a505a30..f0ae048153 100644 --- a/Rules +++ b/Rules @@ -145,7 +145,7 @@ $(common-objpfx)sor-$(subdir): Makefile ifdef static-only-routines # These routines are to be omitted from the shared library object, # so we replace the PIC objects for them with the dummy object file. -$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.so +$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.o rm -f $@ ln $< $@ endif -- cgit v1.2.3