diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-10-30 05:36:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-10-30 05:36:38 +0000 |
commit | 43514b8485320fb14635ea366a03e6153f15b0e4 (patch) | |
tree | 04ad35cb35f138d32b239eae9180e74f6db08e63 | |
parent | 58ed1232f589789dda1710f7d3ab852ae783a975 (diff) | |
download | postgresql-43514b8485320fb14635ea366a03e6153f15b0e4.tar.gz postgresql-43514b8485320fb14635ea366a03e6153f15b0e4.zip |
Irix LORDER addition.
-rw-r--r-- | src/makefiles/Makefile.irix5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 index dd297c84ab6..0aa79e28c95 100644 --- a/src/makefiles/Makefile.irix5 +++ b/src/makefiles/Makefile.irix5 @@ -1,6 +1,7 @@ # RANLIB is not used on IRIX 5 RANLIB= touch +MK_NO_LORDER= true %.so: %.o $(LD) -G -Bdynamic -shared -o $@ $< |