diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-13 02:27:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-13 02:27:06 +0000 |
commit | ff4722cf77a2edb8356710e1ecc00ea0c965a40d (patch) | |
tree | b44ee52ef53f6054787257119fb8563d46b1d82e /src | |
parent | 26a1956f8c7cf14c11d66ffbe8d0445cb2529d08 (diff) | |
download | postgresql-ff4722cf77a2edb8356710e1ecc00ea0c965a40d.tar.gz postgresql-ff4722cf77a2edb8356710e1ecc00ea0c965a40d.zip |
Solaris does not have lorder/tsort.
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.i386_solaris | 2 | ||||
-rw-r--r-- | src/makefiles/Makefile.sparc_solaris | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.i386_solaris b/src/makefiles/Makefile.i386_solaris index b67d7ed5e21..79b217f20b8 100644 --- a/src/makefiles/Makefile.i386_solaris +++ b/src/makefiles/Makefile.i386_solaris @@ -1,2 +1,4 @@ +MK_NO_LORDER= true + %.so: %.o $(LD) -G -Bdynamic -o $@ $< diff --git a/src/makefiles/Makefile.sparc_solaris b/src/makefiles/Makefile.sparc_solaris index b67d7ed5e21..79b217f20b8 100644 --- a/src/makefiles/Makefile.sparc_solaris +++ b/src/makefiles/Makefile.sparc_solaris @@ -1,2 +1,4 @@ +MK_NO_LORDER= true + %.so: %.o $(LD) -G -Bdynamic -o $@ $< |