diff -Nru postgresql-7.3.16.orig/configure postgresql-7.3.16/configure --- postgresql-7.3.16.orig/configure 2006-11-05 13:20:08.000000000 +0100 +++ postgresql-7.3.16/configure 2006-11-05 14:10:03.000000000 +0100 @@ -5871,7 +5871,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else pgac_cv_check_readline=no -for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do +for pgac_lib in "" " -lncurses" " -lcurses" ; do for pgac_rllib in -lreadline -ledit ; do pgac_save_LIBS=$LIBS LIBS="${pgac_rllib}${pgac_lib} $LIBS" diff -Nru postgresql-7.3.16.orig/src/bin/Makefile postgresql-7.3.16/src/bin/Makefile --- postgresql-7.3.16.orig/src/bin/Makefile 2006-11-05 13:20:09.000000000 +0100 +++ postgresql-7.3.16/src/bin/Makefile 2006-11-05 15:46:42.000000000 +0100 @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \ - psql scripts pg_config pg_controldata pg_resetxlog \ + psql scripts pg_controldata pg_resetxlog \ pg_encoding ifeq ($(with_tcl), yes) diff -Nru postgresql-7.3.16.orig/src/interfaces/Makefile postgresql-7.3.16/src/interfaces/Makefile --- postgresql-7.3.16.orig/src/interfaces/Makefile 2006-11-05 13:20:09.000000000 +0100 +++ postgresql-7.3.16/src/interfaces/Makefile 2006-11-05 14:10:03.000000000 +0100 @@ -12,7 +12,7 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global -DIRS := libpq ecpg +DIRS := ecpg ALLDIRS := $(DIRS) libpgtcl python jdbc diff -Nru postgresql-7.3.16.orig/src/Makefile postgresql-7.3.16/src/Makefile --- postgresql-7.3.16.orig/src/Makefile 2006-11-05 13:20:09.000000000 +0100 +++ postgresql-7.3.16/src/Makefile 2006-11-05 14:10:03.000000000 +0100 @@ -17,7 +17,6 @@ $(MAKE) -C port $@ $(MAKE) -C backend $@ $(MAKE) -C backend/utils/mb/conversion_procs $@ - $(MAKE) -C include $@ $(MAKE) -C interfaces $@ $(MAKE) -C bin $@ $(MAKE) -C pl $@ @@ -28,7 +27,6 @@ clean: $(MAKE) -C port $@ $(MAKE) -C backend $@ - $(MAKE) -C include $@ $(MAKE) -C interfaces $@ $(MAKE) -C bin $@ $(MAKE) -C pl $@ @@ -39,7 +37,6 @@ distclean maintainer-clean: -$(MAKE) -C port $@ -$(MAKE) -C backend $@ - -$(MAKE) -C include $@ -$(MAKE) -C interfaces $@ -$(MAKE) -C bin $@ -$(MAKE) -C pl $@