1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.

This commit is contained in:
Bryan Henderson
1996-12-15 09:05:53 +00:00
parent 290d3b5198
commit 9fc7250d3a
6 changed files with 77 additions and 63 deletions

View File

@@ -17,7 +17,7 @@
#
# setting this to nm -B might be better
NM = /usr/ucb/nm
NM=/usr/ucb/nm
CMDNAME=`basename $0`
if [ -z "$1" ]; then