index eec508f1ebe3105aadff8eaaa5b559d8a67ecd99..9af3aaaf173112816d4aa6a48fa0ecdfd891d5a8 100644 (file)
# 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 $
#
#-------------------------------------------------------------------------
install: all installdirs
./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES)
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
+
clean distclean maintainer-clean:
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)