aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-06 22:17:42 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-06 22:17:42 +0000
commitb4b3e340e3e996e47a7766e8ce1de05b798e699c (patch)
tree7683c3ae284f60805ca16544ec21bb341c27f090 /src
parenta2c090d67a94ba399ca5edcb58750ada0db8b3e7 (diff)
downloadpostgresql-b4b3e340e3e996e47a7766e8ce1de05b798e699c.tar.gz
postgresql-b4b3e340e3e996e47a7766e8ce1de05b798e699c.zip
Add -DFRONTEND for non-MinGW Win32 ports.
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile
index dbaa5836b48..ef3d21e66b0 100644
--- a/src/bin/psql/Makefile
+++ b/src/bin/psql/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.35 2002/07/27 20:10:05 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.36 2003/06/06 22:17:42 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
REFDOCDIR= $(top_srcdir)/doc/src/sgml/ref
-override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
+override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) -DFRONTEND
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 \