|
15 | 15 | #for use only by the backend binaries
|
16 | 16 | #
|
17 | 17 | # IDENTIFICATION
|
18 |
| -# $PostgreSQL: pgsql/src/port/Makefile,v 1.31 2006/05/08 02:18:50 momjian Exp $ |
| 18 | +# $PostgreSQL: pgsql/src/port/Makefile,v 1.32 2006/06/26 18:40:50 momjian Exp $ |
19 | 19 | #
|
20 | 20 | #-------------------------------------------------------------------------
|
21 | 21 |
|
@@ -64,6 +64,10 @@ thread_srv.o: thread.c
|
64 | 64 | $(CC)$(CFLAGS)$(subst -DFRONTEND,,$(CPPFLAGS)) -c$< -o$@
|
65 | 65 |
|
66 | 66 | # Dependency is to ensure that path changes propagate
|
| 67 | +# |
| 68 | +# We create a separate file rather than put these in pg_config.h |
| 69 | +# because many of these values come from makefiles and are not |
| 70 | +# available to configure. |
67 | 71 | pg_config_paths.h:$(top_builddir)/src/Makefile.global
|
68 | 72 | echo"#define PGBINDIR\"$(bindir)\"">$@
|
69 | 73 | echo"#define PGSHAREDIR\"$(datadir)\"">>$@
|
|