1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

Irix LORDER addition.

This commit is contained in:
Bruce Momjian
1997-10-30 05:36:38 +00:00
parent 58ed1232f5
commit 43514b8485

View File

@ -1,6 +1,7 @@
# RANLIB is not used on IRIX 5 # RANLIB is not used on IRIX 5
RANLIB= touch RANLIB= touch
MK_NO_LORDER= true
%.so: %.o %.so: %.o
$(LD) -G -Bdynamic -shared -o $@ $< $(LD) -G -Bdynamic -shared -o $@ $<