projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da293f
)
CFLAGS +- -I... got messed by one of Bryan's patches
author
Marc G. Fournier
<
[email protected]
>
Mon, 23 Sep 1996 18:14:08 +0000
(18:14 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Mon, 23 Sep 1996 18:14:08 +0000
(18:14 +0000)
Fix Submitted by: Bryan himself :)
src/interfaces/libpq/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/Makefile
b/src/interfaces/libpq/Makefile
index 4a2d689a6e0c711711a9cb8ab6cc12b8c8917677..ce1bee8d37de632a90df46b15ac818a6ed412520 100644
(file)
--- a/
src/interfaces/libpq/Makefile
+++ b/
src/interfaces/libpq/Makefile
@@
-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