diff options
| author | Bruce Momjian | 2004-10-04 18:05:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-10-04 18:05:55 +0000 |
| commit | b5ddfb4bd00c844aba36879829f6b329c9452888 (patch) | |
| tree | dc2495f29adfa5368c34d470e9394529af13b558 /src/bin/pg_dump/Makefile | |
| parent | 0ac4ced0b931b47383466d486772b6ee7008ed9c (diff) | |
Readd -DFRONTEND to client makefiles because it still affects win32.h
defines.
Diffstat (limited to 'src/bin/pg_dump/Makefile')
| -rw-r--r-- | src/bin/pg_dump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile index 5d6dcdfeaa2..dbd982e2e1c 100644 --- a/src/bin/pg_dump/Makefile +++ b/src/bin/pg_dump/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.53 2004/10/04 13:43:56 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.54 2004/10/04 18:05:54 momjian Exp $ # #------------------------------------------------------------------------- @@ -13,7 +13,7 @@ subdir = src/bin/pg_dump top_builddir = ../../.. include $(top_builddir)/src/Makefile.global -override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) +override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir) $(CPPFLAGS) OBJS= pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o \ pg_backup_files.o pg_backup_null.o pg_backup_tar.o \ |
