diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-27 07:42:34 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-27 07:42:34 +0000 |
commit | f88c15991b5d398a03853d346c5f923fdfae1909 (patch) | |
tree | 9713d6eb4b56fe8f2cb71d6cad37c857667769ca | |
parent | e781a1a95dbe677a1c21286935c111626de5df0f (diff) | |
download | postgresql-f88c15991b5d398a03853d346c5f923fdfae1909.tar.gz postgresql-f88c15991b5d398a03853d346c5f923fdfae1909.zip |
Un-break Darwin port.
-rw-r--r-- | src/makefiles/Makefile.darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index d872c57eabb..cad692dc4cb 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -1,4 +1,4 @@ -AROPT = cr +AROPT = crs AWK= awk DLSUFFIX = .so |