Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37da0ba

Browse files
committed
Seems we forgot the installdirs target in this makefile.
1 parent2ac8c96 commit37da0ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/timezone/Makefile

Lines changed: 4 additions & 1 deletion
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
cleandistcleanmaintainer-clean:
3841
rm -f SUBSYS.o zic$(OBJS)$(ZICOBJS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp