summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-04-02 20:15:08 +0000
committerRoland McGrath <roland@gnu.org>2000-04-02 20:15:08 +0000
commitc2c67d149983beb753fab84034e5c54169978bc8 (patch)
tree9a0362071ea383092f69dbad8a69c277eb38475c
parentd8655fd731dd4f80b45c1802786cc3fff581a39c (diff)
2000-04-02 Roland McGrath <roland@baalperazim.frob.com>
* mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h. * hurd/Versions: Likewise.
-rw-r--r--hurd/Versions2
-rw-r--r--mach/Versions2
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 6166e99b2b..3667f90dd1 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -1,4 +1,4 @@
-%define PIC
+%define SHARED
%include <shlib-compat.h>
libc {
diff --git a/mach/Versions b/mach/Versions
index 2adf2820e8..470fe51ed4 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -1,4 +1,4 @@
-%define PIC
+%define SHARED
%include <shlib-compat.h>
libc {