File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
1515override 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
2424TZDATA := africa antarctica asia australasia europe northamerica southamerica \
Original file line number Diff line number Diff line change 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"
1919#include "tzfile.h"
2020
2121#ifdef WIN32
22- #undef unlink
2322#include <windows.h>
2423#endif
2524
You can’t perform that action at this time.
0 commit comments