]> granicus.if.org Git - postgresql/commitdiff
Create support for a "common" include directory for the source
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:10:50 +0000 (06:10 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 06:10:50 +0000 (06:10 +0000)
tree, instead of having include files all over the place...

Immediate goal...a 'config.h' file so that we can make #ifdef's
being used throughout the code more a rarity as far as porting
is concerned

src/backend/Makefile

index aaaa6683370e073fdd53725ec17c071b5d4b3b6d..eb366f7ee83fa83ca12a29b2abb36d138f3ec816 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.3 1996/08/19 13:51:55 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.4 1996/08/27 06:10:50 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -83,9 +83,11 @@ endif
 #
 CFLAGS+=  -DPOSTGRESDIR='"$(POSTGRESDIR)"' \
        -DPGDATADIR='"$(DATADIR)"' \
-       -I$(CURDIR)/. -I$(CURDIR)/$(objdir) \
+       -I$(CURDIR)/. \
+       -I$(CURDIR)/$(objdir) \
        -I$(CURDIR)/include \
-       -I$(CURDIR)/port/$(PORTNAME)
+       -I$(CURDIR)/port/$(PORTNAME) \
+       -I$(CURDIR)/../include
 
 # turn this on if you prefer European style dates instead of American
 # style dates