|
5 | 5 | # Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
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 $ |
9 | 9 | #
|
10 | 10 | #-------------------------------------------------------------------------
|
11 | 11 |
|
@@ -55,6 +55,7 @@ include $(top_srcdir)/src/Makefile.shlib
|
55 | 55 | path.cpgstrcasecmp.csnprintf.cstrlcpy.cthread.c:% :$(top_srcdir)/src/port/%
|
56 | 56 | rm -f$@&&$(LN_S)$<.
|
57 | 57 |
|
| 58 | +misc.o: misc.c$(top_builddir)/src/port/pg_config_paths.h |
58 | 59 | path.o: path.c$(top_builddir)/src/port/pg_config_paths.h
|
59 | 60 |
|
60 | 61 | $(top_builddir)/src/port/pg_config_paths.h:
|
|