diff options
| author | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
| commit | 533d5166292b94fb5dce0892c572b149d7da18bd (patch) | |
| tree | 059d3d4884810504b45b8402bd8d79842c6a9ae2 /src/bin/psql | |
| parent | d4aab2c000febbea5ad6be2fc9df74ab10f16f55 (diff) | |
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/psql/Makefile.in b/src/bin/psql/Makefile.in index 2768b4ee275..976f07c8f30 100644 --- a/src/bin/psql/Makefile.in +++ b/src/bin/psql/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.19 1999/11/27 19:43:20 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.20 2000/01/19 02:59:00 petere Exp $ # #------------------------------------------------------------------------- @@ -24,10 +24,6 @@ LDFLAGS+= $(KRBLIBS) CFLAGS+= $(KRBFLAGS) endif -ifdef MULTIBYTE -CFLAGS+= $(MBFLAGS) -endif - OBJS=command.o common.o help.o input.o stringutils.o mainloop.o \ copy.o startup.o prompt.o variables.o large_obj.o print.o describe.o \ tab-complete.o |
