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 parenta90e9d6 commit1a022f7Copy full SHA for 1a022f7
src/bin/psql/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.53 2005/03/25 18:17:13 momjian Exp $
+# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.54 2005/05/24 16:45:23 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
17
18
REFDOCDIR=$(top_srcdir)/doc/src/sgml/ref
19
20
-overrideCPPFLAGS := -DFRONTEND -I$(libpq_srcdir)$(CPPFLAGS)
+overrideCPPFLAGS := -DFRONTEND -I$(srcdir) -I$(libpq_srcdir)$(CPPFLAGS)
21
22
OBJS=command.o common.o help.o input.o stringutils.o mainloop.o copy.o\
23
startup.o prompt.o variables.o large_obj.o print.o describe.o\