We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f375 commit c6453eaCopy full SHA for c6453ea
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.72 1996/11/18 06:07:12 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.73 1996/11/18 16:32:53 momjian Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -409,6 +409,8 @@ else
409
LDADD_BE= -ldld -lcompat -lipc
410
endif
411
412
+DLSUFFIX= .o
413
+
414
415
416
#--------------------------------------------------------------------------
0 commit comments