Skip to content

Commit 4001a8c

Browse files
committed
Add Makefile.in so that configure can determine if inet_aton.o is required
Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is useful for finding extra header files Split header files from libraries in build. Doesn't make much sense to look for a header file in /usr/local/lib, nor to look for a library in /usr/local/include :)
1 parent 0d5f773 commit 4001a8c

File tree

3 files changed

+162
-156
lines changed

3 files changed

+162
-156
lines changed

src/Makefile.global.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.7 1997/02/04 08:53:28 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.8 1997/02/05 21:21:33 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -285,6 +285,8 @@ CC= @CC@
285285
#
286286
LEX= @LEX@
287287

288+
CFLAGS= @CPPFLAGS@
289+
LDFLAGS= @LDFLAGS@
288290
LDADD_BE= @LIBS@
289291
LD_ADD= $(LDADD_BE)
290292

0 commit comments

Comments
 (0)