aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-01-28 13:53:50 +0000
committerBruce Momjian <bruce@momjian.us>1997-01-28 13:53:50 +0000
commit35e2d29c2b1edab299859ecf4e05eca259e20733 (patch)
treea88d4e903bf5f80152892e8d64b2f31198d0c140 /src
parent9c931e08ba18401945b2c2f6d78b061a8d9efdd4 (diff)
downloadpostgresql-35e2d29c2b1edab299859ecf4e05eca259e20733.tar.gz
postgresql-35e2d29c2b1edab299859ecf4e05eca259e20733.zip
Added comment to readline defines.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 0ae35cc802b..884baeeed68 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.103 1997/01/28 03:46:58 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.104 1997/01/28 13:53:50 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -168,10 +168,10 @@ USE_READLINE= false
# if you have a libhistory.a
#READLINE_INC+= -DHAVE_LIBHISTORY
-# where to find includes
+# where to find includes, if not in include search path
#READLINE_INC+= -I/home/tools/include
-# where to find library files
+# where to find library files, if not in library search path
#READLINE_LIB+= -L/home/tools/lib
# not optional if USE_READLINE enabled