diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rwxr-xr-x | winsup/doc/xidepend | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index aa45e3d8c..aac7b3dcf 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> + * xidepend: Fix to handle relative pathnames. + +2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> + * Makefile.in (.PHONY): Remove tarball target. 2015-06-04 Jon Turney <jon.turney@dronecode.org.uk> diff --git a/winsup/doc/xidepend b/winsup/doc/xidepend index d3b233a57..f4766209e 100755 --- a/winsup/doc/xidepend +++ b/winsup/doc/xidepend @@ -11,6 +11,7 @@ fi for f in "$@" do + f=`basename "$f"` if fgrep -q 'xi:include' "$f" then # This file uses XIncludes. Let's chase its deps recursively. |