Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Thu, 9 May 1996 13:18:18 +0000 (13:18 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 9 May 1996 13:18:18 +0000 (13:18 +0000)
* Rules (static-only-routines rule): Use dummy.o, not dummy.so.

ChangeLog
Rules

index 5e459d07bd7e237cdf4a2573f333b9391e274981..f72444abdd0b863be8a01f0782c4429d77df9845 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May  9 09:17:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * Rules (static-only-routines rule): Use dummy.o, not dummy.so.
+
 Wed May  8 20:04:29 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * extract-dynsym: New file.
diff --git a/Rules b/Rules
index 9a7a505a3026777f90b204ce98c5c0667a7f38c7..f0ae048153ee58b4c62b4030626fd9bbb506a222 100644 (file)
--- 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