projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
317f375
)
Added DLSUFFIX to bsdi.
author
Bruce Momjian
<
[email protected]
>
Mon, 18 Nov 1996 16:32:53 +0000
(16:32 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 18 Nov 1996 16:32:53 +0000
(16:32 +0000)
src/Makefile.global
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global
b/src/Makefile.global
index cf58101d03a24abf2df600fd2a53a15ed61fa6e7..2aa1c811c4ef0e64e2699aee890959b68a54cfe4 100644
(file)
--- a/
src/Makefile.global
+++ b/
src/Makefile.global
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.7
2 1996/11/18 06:07:12
momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.7
3 1996/11/18 16:32:53
momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@
-409,6
+409,8
@@
else
LDADD_BE= -ldld -lcompat -lipc
endif
+DLSUFFIX= .o
+
endif
#--------------------------------------------------------------------------