Skip to content

Commit a53f72e

Browse files
committed
Change -lIPC to -lipc.
1 parent ed3db60 commit a53f72e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Makefile.global

Lines changed: 4 additions & 4 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.87 1997/01/13 03:52:00 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.88 1997/01/13 17:04:04 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -409,15 +409,15 @@ ifeq ($(PRE_BSDI_2_1), false)
409409
# cc is gcc v1.42
410410
# gcc is gcc v2.7.2
411411
LEX= lex
412-
LDADD_BE= -ltermcap -ldl -lipc
412+
LDADD_BE= -ltermcap -ldl
413413
else
414414
# cc is gcc v1.42
415415
# gcc is gcc v2.6.3
416416
LEX= flex
417417
# use the regex library
418418
USE_REGEX= 1
419419
CFLAGS_BE= -DPRE_BSDI_2_1
420-
LDADD_BE= -ldld -lcompat -lipc
420+
LDADD_BE= -ldld -lcompat
421421
endif
422422

423423
DLSUFFIX= .o
@@ -702,7 +702,7 @@ endif
702702

703703

704704
ifneq ($(PORTNAME), nextstep)
705-
LDADD_BE+= -lIPC
705+
LDADD_BE+= -lipc
706706
AROPT= rc
707707
DLSUFFIX= .o
708708
endif

0 commit comments

Comments
 (0)