aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-18 04:30:36 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-18 04:30:36 +0000
commit7c5c1a2adb10637ba3a4c4220b64839fe981b9aa (patch)
tree2faa10fd6439a7387780ff5631944a1e0fe78f1a /src
parent3d7a9ac76977959eabf4bbbc675fb0e153b36aa2 (diff)
downloadpostgresql-7c5c1a2adb10637ba3a4c4220b64839fe981b9aa.tar.gz
postgresql-7c5c1a2adb10637ba3a4c4220b64839fe981b9aa.zip
Add comment to file about port files.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 8e59196dedd..698208bd01a 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.149 2002/07/16 05:46:35 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.150 2002/07/18 04:30:36 momjian Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -359,8 +359,9 @@ STRDUP = @STRDUP@
STRERROR = @STRERROR@
STRTOL = @STRTOL@
STRTOUL = @STRTOUL@
-DLLINIT = @DLLINIT@
+# Used by the backend
+DLLINIT = @DLLINIT@
TAS = @TAS@