]> granicus.if.org Git - postgresql/commitdiff
Added comment to readline defines.
authorBruce Momjian <bruce@momjian.us>
Tue, 28 Jan 1997 13:53:50 +0000 (13:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 28 Jan 1997 13:53:50 +0000 (13:53 +0000)
src/Makefile.global

index 0ae35cc802bf66f06d922faaffb9a99d9140506a..884baeeed68e47b058531f04a0a76f9880a8467d 100644 (file)
@@ -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