mirror of https://github.com/postgres/postgres.git
Small cleanup of the irix5 port
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>REL2_0B
parent
9da9c0915a
commit
78d56d0bcb
|
|
@ -22,7 +22,11 @@ CFLAGS_BE+= -DUSE_POSIX_SIGNALS
|
||||||
# RANLIB is not used on IRIX 5
|
# RANLIB is not used on IRIX 5
|
||||||
RANLIB=touch
|
RANLIB=touch
|
||||||
|
|
||||||
INSTALL=/usr/bin/X11/bsdinst
|
INSTALL=/sbin/bsdinst
|
||||||
|
|
||||||
|
INSTLOPTS= -m 444
|
||||||
|
INSTL_EXE_OPTS= -m 555
|
||||||
|
INSTL_LIB_OPTS= -m 664
|
||||||
|
|
||||||
#
|
#
|
||||||
# Random things that must be passed everywhere to enable
|
# Random things that must be passed everywhere to enable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue