File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.18 1996/07/31 18:52:38 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19 1996/07/31 18:55:49 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -273,6 +273,7 @@ endif
273
273
274
274
# Globally pass PORTNAME
275
275
CFLAGS+= -DPORTNAME_$(PORTNAME)
276
+ CFLAGS += -I ../../backend/port/$(PORTNAME)
276
277
277
278
# Globally pass the default TCP port for postmaster(1).
278
279
CFLAGS+= -DPOSTPORT='"5432"'
@@ -290,7 +291,7 @@ CFLAGS += -DNULL_PATCH
290
291
CFLAGS += -DESCAPE_PATCH
291
292
# enable patches for varchar and fsync
292
293
CFLAGS += -DOPENLINK_PATCHES
293
-
294
+
294
295
##############################################################################
295
296
#
296
297
# Miscellaneous configuration
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.4 1996/07/31 17:35:13 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.5 1996/07/31 18:59:00 scrappy Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -16,7 +16,7 @@ PROG= pg_dump
16
16
MKDIR = ../../mk
17
17
include $(MKDIR ) /postgres.mk
18
18
include ../Makefile.global
19
- CFLAGS += -I ../../backend/port/ $( PORTNAME )
19
+
20
20
SRCS = pg_dump.c common.c
21
21
22
22
include $(MKDIR ) /postgres.prog.mk
You can’t perform that action at this time.
0 commit comments