diff options
| author | Bruce Momjian | 2005-07-06 21:40:09 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-07-06 21:40:09 +0000 |
| commit | 970bb03c3c6e485ed0f66c2f2c9b9c6c9123e09a (patch) | |
| tree | c0e93b89605ce5ad0262967d71ca8e7652d1d7f7 /src/timezone | |
| parent | 261ffd03f72daf0c52973b6e928e6433d68ba92e (diff) | |
Complete zic patch backout by removing NO_PGPORT workaround.
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile index d5fd05d0cd..a171035d8a 100644 --- a/src/timezone/Makefile +++ b/src/timezone/Makefile @@ -4,7 +4,7 @@ # Makefile for the timezone library # IDENTIFICATION -# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.21 2005/07/06 21:04:14 momjian Exp $ +# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.22 2005/07/06 21:40:09 momjian Exp $ # #------------------------------------------------------------------------- @@ -12,7 +12,7 @@ subdir = src/timezone top_builddir = ../.. include $(top_builddir)/src/Makefile.global -override CPPFLAGS := $(CPPFLAGS) -I$(srcdir) -DNO_PGPORT +override CPPFLAGS := $(CPPFLAGS) # files to build into backend OBJS= localtime.o strftime.o pgtz.o |
