File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.2 1996/08/19 18:37:09 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.3 1996/08/19 19:34:48 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -159,8 +159,8 @@ USE_READLINE= true
159
159
# directories for the readline and history libraries.
160
160
READLINE_INCDIR= /home/tools/include
161
161
HISTORY_INCDIR= /home/tools/include -I/home/tools/include/readline
162
- READLINE_LIBDIR= /home/tools/lib
163
- HISTORY_LIBDIR= /home/tools/lib
162
+ READLINE_LIBDIR= /home/tools/lib -lreadline
163
+ # HISTORY_LIBDIR= /home/tools/lib -lhistory
164
164
165
165
# If you do not plan to use Host based authentication,
166
166
# comment out the following line
You can’t perform that action at this time.
0 commit comments