Skip to content
Snippets Groups Projects
Commit 41d0b147 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Quick fix for compiling psql...

parent 99dc4e3b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.22 1996/08/20 05:04:06 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
...@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1 ...@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1
USE_READLINE= true USE_READLINE= true
# directories for the readline and history libraries. # directories for the readline and history libraries.
READLINE_INCDIR= -I/home/tools/include READLINE_INC= -I/home/tools/include
READLINE_LIBDIR= -L/home/tools/lib READLINE_LIB= -L/home/tools/lib
# use the following if your readline has a separate history lib # use the following if your readline has a separate history lib
#HISTORY_INCDIR= -I/home/tools/include -I/home/tools/include/readline #HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
#HISTORY_LIBDIR= -L/home/tools/lib #HISTORY_LIB= -L/home/tools/lib
# If you do not plan to use Host based authentication, # If you do not plan to use Host based authentication,
# comment out the following line # comment out the following line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment