We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta2c090d commitb4b3e34Copy full SHA for b4b3e34
src/bin/psql/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $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 $
9
10
#-------------------------------------------------------------------------
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
16
REFDOCDIR=$(top_srcdir)/doc/src/sgml/ref
17
18
-overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS)
+overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS) -DFRONTEND
19
20
OBJS=command.o common.o help.o input.o stringutils.o mainloop.o copy.o\
21
startup.o prompt.o variables.o large_obj.o print.o describe.o\