aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-09-16 18:58:48 +0000
committerBruce Momjian <bruce@momjian.us>2005-09-16 18:58:48 +0000
commiteab3e9b80dd4228e302a5d954f314673de66cf93 (patch)
tree57b75d2080f04b000a1939f0899c52168727489c
parent892e525e24fcd37265eb94d72e84f7d13c283890 (diff)
downloadpostgresql-eab3e9b80dd4228e302a5d954f314673de66cf93.tar.gz
postgresql-eab3e9b80dd4228e302a5d954f314673de66cf93.zip
This correction is required of nmake of Windows.
Hiroshi Saito
-rw-r--r--src/interfaces/libpq/win32.mak5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interfaces/libpq/win32.mak b/src/interfaces/libpq/win32.mak
index 66e8eb6d9bd..3af69669972 100644
--- a/src/interfaces/libpq/win32.mak
+++ b/src/interfaces/libpq/win32.mak
@@ -106,14 +106,11 @@ LIB32_OBJS= \
"$(INTDIR)\pthread-win32.obj"
-config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
+config: ..\..\include\pg_config.h pg_config_paths.h
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
-pthread.h: pthread.h.win32
- copy pthread.h.win32 pthread.h
-
pg_config_paths.h: win32.mak
echo #define SYSCONFDIR "" > pg_config_paths.h