Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08585dc

Browse files
committed
misc.o depends on pg_config_paths.h when --enable-nls is used.
1 parent f224847 commit 08585dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.61 2009/01/01 17:24:02 momjian Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.62 2009/01/14 14:54:35 petere Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -55,6 +55,7 @@ include $(top_srcdir)/src/Makefile.shlib
5555
path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c: % : $(top_srcdir)/src/port/%
5656
rm -f $@ && $(LN_S) $< .
5757

58+
misc.o: misc.c $(top_builddir)/src/port/pg_config_paths.h
5859
path.o: path.c $(top_builddir)/src/port/pg_config_paths.h
5960

6061
$(top_builddir)/src/port/pg_config_paths.h:

0 commit comments

Comments
 (0)