File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for the timezone library
5
5
6
6
# 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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global
15
15
override CPPFLAGS := -DFRONTEND $(CPPFLAGS )
16
16
17
17
# files to build into backend
18
- OBJS = localtime.o strftime.o pgtz.o dirmod.o
18
+ OBJS = localtime.o strftime.o pgtz.o
19
19
20
20
# 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
22
22
23
23
# timezone data files
24
24
TZDATA := africa antarctica asia australasia europe northamerica southamerica \
Original file line number Diff line number Diff line change 3
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
4
*
5
5
* 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 $
7
7
*/
8
8
9
9
#include "postgres.h"
19
19
#include "tzfile.h"
20
20
21
21
#ifdef WIN32
22
- #undef unlink
23
22
#include <windows.h>
24
23
#endif
25
24
You can’t perform that action at this time.
0 commit comments