Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c6453ea

Browse files
committed
Added DLSUFFIX to bsdi.
1 parent 317f375 commit c6453ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile.global

+3-1
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.72 1996/11/18 06:07:12 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.73 1996/11/18 16:32:53 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -409,6 +409,8 @@ else
409409
LDADD_BE= -ldld -lcompat -lipc
410410
endif
411411

412+
DLSUFFIX= .o
413+
412414
endif
413415

414416
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)