8000 Somehow my personal changes got commit'd to the tree, and, therefore, · s-monk/postgres@65e5e59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65e5e59

Browse files
committed
Somehow my personal changes got commit'd to the tree, and, therefore,
got into 1.09 :( Fix this
1 parent 0022dea commit 65e5e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.15 1996/10/25 19:57:43 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.16 1996/10/29 19:08:46 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -42,7 +42,7 @@
4242
# linux - Intel x86 on Linux 1.2 and Linux ELF
4343
# (For non-ELF Linux, you need to comment out
4444
# "LINUX_ELF=1" in src/mk/port/postgres.mk.linux)
45-
# BSD44_derived - OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
45+
#
4646
# bsdi - BSD/OS 2.0 and 2.01
4747
# bsdi_2_1 - BSD/OS 2.1
4848
# aix - IBM on AIX 3.2.5
@@ -60,7 +60,7 @@
6060
# make sure that you have no whitespaces after the PORTNAME setting
6161
# or the makefiles can get confused
6262
#
63-
PORTNAME= BSD44_derived
63+
PORTNAME= UNDEFINED
6464

6565
# SRCDIR specifies where the source files are.
6666
SRCDIR= /usr/local/postgres95/src

0 commit comments

Comments
 (0)
0