We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac8c96 commit 37da0baCopy full SHA for 37da0ba
src/timezone/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for the timezone library
5
6
# IDENTIFICATION
7
-# $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 $
8
#
9
#-------------------------------------------------------------------------
10
@@ -34,5 +34,8 @@ zic: $(ZICOBJS)
34
install: all installdirs
35
./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES)
36
37
+installdirs:
38
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
39
+
40
clean distclean maintainer-clean:
41
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)
0 commit comments