Skip to content

Commit 197c7f5

Browse files
committed
More removals for next/nextstep. Fix IPC lib for them.
1 parent 1836ce2 commit 197c7f5

File tree

6 files changed

+3
-165
lines changed

6 files changed

+3
-165
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.101 1997/01/25 19:25:05 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.102 1997/01/26 20:21:43 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -704,10 +704,10 @@ DLSUFFIX= .o
704704

705705
endif
706706

707-
708707
#---------------------------------------------------------------------------
708+
709709
ifeq ($(PORTNAME), nextstep)
710-
LDADD_BE+= -lipc
710+
LDADD_BE+= -lIPC
711711
AROPT= rc
712712
DLSUFFIX= .o
713713
endif

src/backend/port/next/Makefile.inc

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/backend/port/next/externs.c

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/backend/port/next/load.c

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/backend/port/next/machine.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/backend/port/next/port-protos.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)