We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0356ace commit a38bd20Copy full SHA for a38bd20
src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
13
# be converted to Method 2.
14
#
15
# IDENTIFICATION
16
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.9 1997/12/20 00:25:03 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/20 04:10:35 scrappy Exp $
17
18
#-------------------------------------------------------------------------
19
@@ -22,7 +22,7 @@ include ../../Makefile.global
22
23
INCLUDE_OPT = -I..
24
25
-CFLAGS+= INCLUDE_OPT
+CFLAGS+= ${INCLUDE_OPT}
26
27
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @RANDOM@ @SRANDOM@
28
OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@
0 commit comments