]> granicus.if.org Git - postgresql/commitdiff
Fix use of variable in Makefile.in
authorMarc G. Fournier <scrappy@hub.org>
Sat, 20 Dec 1997 04:10:35 +0000 (04:10 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 20 Dec 1997 04:10:35 +0000 (04:10 +0000)
src/backend/port/Makefile.in

index 096d1f1a4cf33aaee07f4ef07468ccdfbff5c21a..8752512e5bd7da11d73aeb2f847519d297c75d11 100644 (file)
@@ -13,7 +13,7 @@
 # be converted to Method 2.  
 #
 # IDENTIFICATION
-#    $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ include ../../Makefile.global
 
 INCLUDE_OPT = -I..
 
-CFLAGS+= INCLUDE_OPT
+CFLAGS+= ${INCLUDE_OPT}
 
 OBJS = dynloader.o @INET_ATON@ @STRERROR@ @RANDOM@ @SRANDOM@
 OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@