diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-12-11 00:49:54 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-12-11 00:49:54 +0000 |
| commit | 41fe2a2a03d91dc836a83bbd78190c36fd54541f (patch) | |
| tree | c7354872f5ca50dbd180fa36ebb9d8ad3114376d /src/makefiles/Makefile.darwin | |
| parent | 839de3c577d6ed67543aeff47c3adb2e7d7543da (diff) | |
| download | postgresql-41fe2a2a03d91dc836a83bbd78190c36fd54541f.tar.gz | |
Darwin porting patches from Peter Bierman <bierman@apple.com>
Diffstat (limited to 'src/makefiles/Makefile.darwin')
| -rw-r--r-- | src/makefiles/Makefile.darwin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index fe167e048d..cfeba7f922 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -1,4 +1,5 @@ AROPT = cr +AWK= awk DLSUFFIX = .so CFLAGS_SL = -bundle -undefined suppress |
