]> granicus.if.org Git - postgresql/commitdiff
FreeBSD has libreadline,but not libhistory...
authorMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 19:32:58 +0000 (19:32 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 19:32:58 +0000 (19:32 +0000)
Change Makefile so that it can be commented out in Makefile.global

src/bin/psql/Makefile

index 567eb79202c98c747b42f0c4a2c5a48458912965..97f0d15aaa7134dcd6e5b6e46535cd7f8df968a4 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -30,7 +30,7 @@ ifeq ($(USE_READLINE), true)
 # CFLAGS += -DOLD_READLINE
 
    LIBCURSES=  -lcurses 
-   LD_ADD += -L$(READLINE_LIBDIR) -L$(HISTORY_LIBDIR) -lreadline -lhistory $(LIBCURSES)
+   LD_ADD += -L$(READLINE_LIB) -L$(HISTORY_LIB) $(LIBCURSES)
 # use the following if your readline has no separate history lib
 #   LD_ADD += -L$(READLINE_LIBDIR) -lreadline $(LIBCURSES)