diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-02-09 03:23:52 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-02-09 03:23:52 +0000 |
| commit | ad6bfe67bd234fec5f78ff274a830a9686645d30 (patch) | |
| tree | 8cb8a8c4dda7b79f8f3426612201ccf270d489df /src/bin/pg_dump | |
| parent | fd84cafb696326326397004d34fbbc650daf8f82 (diff) | |
| download | postgresql-ad6bfe67bd234fec5f78ff274a830a9686645d30.tar.gz | |
Various fixes suggested by Gregor Hoffleit
Add a check to configure for strdup
Remove all the '-ltermcap' checks from psql/Makefile
Have {psql,pg_dump}/Makefile modified if strdup doesn't exist on the system
Diffstat (limited to 'src/bin/pg_dump')
| -rw-r--r-- | src/bin/pg_dump/Makefile.in (renamed from src/bin/pg_dump/Makefile) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile.in index 26e1e9ca7f..2385a321b5 100644 --- a/src/bin/pg_dump/Makefile +++ b/src/bin/pg_dump/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.13 1997/02/06 02:31:05 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.1 1997/02/09 03:23:23 scrappy Exp $ # #------------------------------------------------------------------------- @@ -15,11 +15,7 @@ SRCDIR= ../.. include ../../Makefile.global include ../Makefile.global -OBJS= pg_dump.o common.o - -ifeq ($(PORTNAME), ultrix4) -OBJS+= ../../utils/strdup.o -endif +OBJS= pg_dump.o common.o @STRDUP@ all: submake pg_dump |
