mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Part of patch to make a working nextstep port.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# be converted to Method 2.
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.5 1996/11/26 03:18:38 bryanh Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.6 1997/01/13 03:54:20 bryanh Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -31,12 +31,7 @@ else
|
||||
|
||||
OBJS = $(PORTNAME)/SUBSYS.o
|
||||
|
||||
ifeq ($(PORTNAME), sparc_solaris)
|
||||
# Other ports get the inet_aton() function from their standard C libraries.
|
||||
OBJS += inet_aton.o
|
||||
endif
|
||||
|
||||
ifeq ($(PORTNAME), ultrix4)
|
||||
ifneq ($(findstring /$(PORTNAME)/, /sparc_solaris/ultrix4/nextstep/))
|
||||
# Other ports get the inet_aton() function from their standard C libraries.
|
||||
OBJS += inet_aton.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user