Remove outdated ChangeLog target.

This commit is contained in:
Markus F.X.J. Oberhumer 2010-04-26 18:29:28 +02:00
parent 40f592eade
commit 9e8a0a020f
1 changed files with 0 additions and 8 deletions

View File

@ -38,13 +38,5 @@ endif
$(MAKE) -C doc $@
ifneq ($(wildcard .hg/.),)
# automatically generate ChangeLog from local Mercurial repo
ChangeLog:
hg log --style=changelog > $@
.PHONY: ChangeLog
endif
.PHONY: default all mostlyclean clean distclean maintainer-clean