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

Commit0686fe3

Browse files
committed
make clean must remove zic$(X) for Windows, per Magnus.
1 parent883ac5c commit0686fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/timezone/Makefile

Lines changed: 2 additions & 2 deletions
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.16 2004/10/04 13:43:59 momjian Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.17 2004/12/31 19:01:54 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -40,4 +40,4 @@ installdirs:
4040
$(mkinstalldirs)$(DESTDIR)$(datadir)
4141

4242
cleandistcleanmaintainer-clean:
43-
rm -f SUBSYS.o zic$(OBJS)$(ZICOBJS)
43+
rm -f SUBSYS.o zic$(X)$(OBJS)$(ZICOBJS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp