Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883ac5c commit 0686fe3Copy full SHA for 0686fe3
src/timezone/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for the timezone library
5
6
# IDENTIFICATION
7
-# $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 $
8
#
9
#-------------------------------------------------------------------------
10
@@ -40,4 +40,4 @@ installdirs:
40
$(mkinstalldirs) $(DESTDIR)$(datadir)
41
42
clean distclean maintainer-clean:
43
- rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)
+ rm -f SUBSYS.o zic$(X) $(OBJS) $(ZICOBJS)
0 commit comments