Make it find inet_aton.h so backend compiles on Solaris.

This commit is contained in:
Bryan Henderson 1996-11-10 00:38:38 +00:00
parent 4aa1734f36
commit d7806dc5ee
1 changed files with 3 additions and 2 deletions

View File

@ -4,14 +4,15 @@
# Makefile for port/sparc_solaris # Makefile for port/sparc_solaris
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.2 1996/11/09 06:20:17 momjian Exp $ # $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.3 1996/11/10 00:38:38 bryanh Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
SRCDIR = ../../.. SRCDIR = ../../..
include ../../../Makefile.global include ../../../Makefile.global
INCLUDE_OPT = -I../.. \ INCLUDE_OPT = -I.. \
-I../.. \
-I../../../include -I../../../include
CFLAGS+=$(INCLUDE_OPT) CFLAGS+=$(INCLUDE_OPT)