File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
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.4 1996/07/16 07:12:10 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.5 1996/07/19 05:32:22 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
59
59
# or the makefiles can get confused
60
60
PORTNAME= BSD44_derived
61
61
62
+ # SRCDIR specifies where the source files are.
63
+ SRCDIR= <SET THIS VALUE>
64
+
62
65
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
63
66
LEX = flex
64
67
LDADD+= -L/usr/local/lib -lfl
@@ -79,9 +82,6 @@ POSTGRESLOGIN= postgres
79
82
# changable separately.
80
83
POSTGRESDIR= /home/staff/scrappy/cvs/postgres95
81
84
82
- # SRCDIR specifies where the source files are.
83
- SRCDIR= $(POSTGRESDIR)/src
84
-
85
85
# DATADIR specifies where the postmaster expects to find its database.
86
86
# This may be overridden by command line options or the PGDATA environment
87
87
# variable.
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.1.1.1 1996/07/09 06:22:11 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.2 1996/07/19 05:32:42 scrappy Exp $
11
11
#
12
12
#-------------------------------------------------------------------------
13
13
14
- CFLAGS+= -I$(HEADERDIR) -I$( srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
14
+ CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq -I$(HEADERDIR)
15
15
16
16
#
17
17
# try locating libpq.a in the following places
You can’t perform that action at this time.
0 commit comments