This correction is required of nmake of Windows.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Sep 2005 18:58:48 +0000 (18:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Sep 2005 18:58:48 +0000 (18:58 +0000)
Hiroshi Saito

src/interfaces/libpq/win32.mak

index 66e8eb6d9bd2805b92ae5e8a6dcfdbd06a8fcb02..3af69669972f6e9abfc2c9bca2a1e4c8640f14bf 100644 (file)
@@ -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