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

Commit eab3e9b

Browse files
committed
This correction is required of nmake of Windows.
Hiroshi Saito
1 parent 892e525 commit eab3e9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/interfaces/libpq/win32.mak

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,11 @@ LIB32_OBJS= \
106106
"$(INTDIR)\pthread-win32.obj"
107107

108108

109-
config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
109+
config: ..\..\include\pg_config.h pg_config_paths.h
110110

111111
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
112112
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
113113

114-
pthread.h: pthread.h.win32
115-
copy pthread.h.win32 pthread.h
116-
117114
pg_config_paths.h: win32.mak
118115
echo #define SYSCONFDIR "" > pg_config_paths.h
119116

0 commit comments

Comments
 (0)