File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.35 2002/07/27 20:10:05 petere Exp $
8
+ # $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.36 2003/06/06 22:17:42 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
REFDOCDIR = $(top_srcdir ) /doc/src/sgml/ref
17
17
18
- override CPPFLAGS := -I$(libpq_srcdir ) $(CPPFLAGS )
18
+ override CPPFLAGS := -I$(libpq_srcdir ) $(CPPFLAGS ) -DFRONTEND
19
19
20
20
OBJS =command.o common.o help.o input.o stringutils.o mainloop.o copy.o \
21
21
startup.o prompt.o variables.o large_obj.o print.o describe.o \
You can’t perform that action at this time.
0 commit comments