aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-01-14 14:54:35 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-01-14 14:54:35 +0000
commit08585dcf1391dca2c0e9a2b6d824df182cff7aa6 (patch)
tree1ae6c4a8ae34b169f1958b3806d118d54d8231d5 /src
parentf2248478c1dca544b2310073cd99df7cde2800d5 (diff)
downloadpostgresql-08585dcf1391dca2c0e9a2b6d824df182cff7aa6.tar.gz
postgresql-08585dcf1391dca2c0e9a2b6d824df182cff7aa6.zip
misc.o depends on pg_config_paths.h when --enable-nls is used.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/ecpglib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile
index eb9667d3cb2..9d167ad1e96 100644
--- a/src/interfaces/ecpg/ecpglib/Makefile
+++ b/src/interfaces/ecpg/ecpglib/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.61 2009/01/01 17:24:02 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.62 2009/01/14 14:54:35 petere Exp $
#
#-------------------------------------------------------------------------
@@ -55,6 +55,7 @@ include $(top_srcdir)/src/Makefile.shlib
path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c: % : $(top_srcdir)/src/port/%
rm -f $@ && $(LN_S) $< .
+misc.o: misc.c $(top_builddir)/src/port/pg_config_paths.h
path.o: path.c $(top_builddir)/src/port/pg_config_paths.h
$(top_builddir)/src/port/pg_config_paths.h: