Skip to content

Commit 8120ff6

Browse files
committed
More Win32 zic build cleanups now that we have symlinks, it needs help.
1 parent e81cbc2 commit 8120ff6

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/08 04:53:41 momjian Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.15 2004/08/08 05:19:44 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global
1515
override CPPFLAGS := -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
#ifdef WIN32
22-
#undef unlink
2322
#include <windows.h>
2423
#endif
2524

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy