Improved IO error checking.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-11-06 03:21:32 +01:00
parent eab5da075a
commit 07baed1581
4 changed files with 48 additions and 28 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ endif
$(MAKE) -C doc $@
ifneq ($(wildcard .hg/data/.),)
ifneq ($(wildcard .hg/.),)
# automatically generate ChangeLog from local Mercurial repo
ChangeLog:
hg log --style=changelog > $@