We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1054d35 commit e93ad53Copy full SHA for e93ad53
src/bin/psql/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4 1996/07/25 20:01:51 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.4.2.1 1996/08/19 19:32:58 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -30,7 +30,7 @@ ifeq ($(USE_READLINE), true)
30
# CFLAGS += -DOLD_READLINE
31
32
LIBCURSES= -lcurses
33
- LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
+ LD_ADD += -L$(READLINE_LIB) -L$(HISTORY_LIB) $(LIBCURSES)
34
# use the following if your readline has no separate history lib
35
# LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)
36
0 commit comments