Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8120ff6

Browse files
committed
More Win32 zic build cleanups now that we have symlinks, it needs help.
1 parente81cbc2 commit8120ff6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎src/timezone/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for the timezone library
55

66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.14 2004/08/0804:53:41 momjian Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.15 2004/08/0805:19:44 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global
1515
overrideCPPFLAGS := -DFRONTEND$(CPPFLAGS)
1616

1717
# files to build into backend
18-
OBJS= localtime.o strftime.o pgtz.o dirmod.o
18+
OBJS= localtime.o strftime.o pgtz.o
1919

2020
# files needed to build zic utility program
21-
ZICOBJS= zic.o ialloc.o scheck.o localtime.o
21+
ZICOBJS= zic.o ialloc.o scheck.o localtime.o dirmod.o
2222

2323
# timezone data files
2424
TZDATA := africa antarctica asia australasia europe northamerica southamerica\

‎src/timezone/zic.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
44
*
55
* IDENTIFICATION
6-
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.9 2004/07/22 01:41:24 tgl Exp $
6+
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.10 2004/08/08 05:19:44 momjian Exp $
77
*/
88

99
#include"postgres.h"
@@ -19,7 +19,6 @@
1919
#include"tzfile.h"
2020

2121
#ifdefWIN32
22-
#undef unlink
2322
#include<windows.h>
2423
#endif
2524

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp