aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-05-28 03:53:33 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-05-28 03:53:33 +0000
commit37da0ba0e0f2d92857dc62789820d21e177dc00f (patch)
treeb82bd7778913a546d8f0447b366439991f480921
parent2ac8c96ecb5d01553c289dbe07325a6f07182b66 (diff)
downloadpostgresql-37da0ba0e0f2d92857dc62789820d21e177dc00f.tar.gz
postgresql-37da0ba0e0f2d92857dc62789820d21e177dc00f.zip
Seems we forgot the installdirs target in this makefile.
-rw-r--r--src/timezone/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index eec508f1ebe..9af3aaaf173 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.11 2004/05/22 21:02:32 tgl Exp $
+# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.12 2004/05/28 03:53:33 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -34,5 +34,8 @@ zic: $(ZICOBJS)
install: all installdirs
./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES)
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
+
clean distclean maintainer-clean:
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)