Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37da0ba

Browse files
committed
Seems we forgot the installdirs target in this makefile.
1 parent 2ac8c96 commit 37da0ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/timezone/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for the timezone library
55

66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.11 2004/05/22 21:02:32 tgl Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.12 2004/05/28 03:53:33 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -34,5 +34,8 @@ zic: $(ZICOBJS)
3434
install: all installdirs
3535
./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES)
3636

37+
installdirs:
38+
$(mkinstalldirs) $(DESTDIR)$(datadir)
39+
3740
clean distclean maintainer-clean:
3841
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)

0 commit comments

Comments
 (0)