Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+3-3
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

+1-2
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)