projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e6910
)
make clean must remove zic$(X) for Windows, per Magnus.
author
Tom Lane
<
[email protected]
>
Fri, 31 Dec 2004 19:01:54 +0000
(19:01 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 31 Dec 2004 19:01:54 +0000
(19:01 +0000)
src/timezone/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/Makefile
b/src/timezone/Makefile
index 0e3026139d5eb6e335c140b405116d1654799c49..934b565d90333e9f5e324e2652cbfcbf7d9cb52e 100644
(file)
--- a/
src/timezone/Makefile
+++ b/
src/timezone/Makefile
@@
-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)