OSDN Git Service

CFLAGS +- -I... got messed by one of Bryan's patches
authorMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 18:14:08 +0000 (18:14 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 18:14:08 +0000 (18:14 +0000)
Fix Submitted by: Bryan himself :)

src/interfaces/libpq/Makefile

index 4a2d689..ce1bee8 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.5 1996/09/23 08:23:33 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6 1996/09/23 18:14:08 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -15,8 +15,8 @@ MKDIR=        ../mk
 include $(MKDIR)/postgres.mk
 
 CFLAGS+= -I../backend/include \
-       -I$../include \
-       -I$../backend \
+       -I../include \
+       -I../backend \
        -I. \
 
 ifdef KRBVERS