提交 0686fe33 编写于 作者: T Tom Lane

make clean must remove zic$(X) for Windows, per Magnus.

上级 883ac5ca
......@@ -4,7 +4,7 @@
# Makefile for the timezone library
# IDENTIFICATION
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.16 2004/10/04 13:43:59 momjian Exp $
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.17 2004/12/31 19:01:54 tgl Exp $
#
#-------------------------------------------------------------------------
......@@ -40,4 +40,4 @@ installdirs:
$(mkinstalldirs) $(DESTDIR)$(datadir)
clean distclean maintainer-clean:
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)
rm -f SUBSYS.o zic$(X) $(OBJS) $(ZICOBJS)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册