mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
make clean must remove zic$(X) for Windows, per Magnus.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
# Makefile for the timezone library
|
# Makefile for the timezone library
|
||||||
|
|
||||||
# IDENTIFICATION
|
# 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)
|
$(mkinstalldirs) $(DESTDIR)$(datadir)
|
||||||
|
|
||||||
clean distclean maintainer-clean:
|
clean distclean maintainer-clean:
|
||||||
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)
|
rm -f SUBSYS.o zic$(X) $(OBJS) $(ZICOBJS)
|
||||||
|
Reference in New Issue
Block a user