diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-28 14:28:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-28 14:28:58 +0000 |
commit | abfc1280c913b5af4a71f910d876a28ea914aea4 (patch) | |
tree | 3698e0e5494f0cbe19cf5b7800e0973ae19c271a /Build/source/libs/icu/hdrs.am | |
parent | fc46eb7de83e721d2d5e6c75236be15b7789d76f (diff) |
build system: fix shell syntax bugs in Makefiles
git-svn-id: svn://tug.org/texlive/trunk@16853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/hdrs.am')
-rw-r--r-- | Build/source/libs/icu/hdrs.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/icu/hdrs.am b/Build/source/libs/icu/hdrs.am index 03b94164b8c..6a8260a5be1 100644 --- a/Build/source/libs/icu/hdrs.am +++ b/Build/source/libs/icu/hdrs.am @@ -11,7 +11,7 @@ ICU_BLD = $(top_builddir)/icu-build all-local: @for file in $(ICU_HDRS); do \ - test -f $$f || continue; \ + test -f $$file || continue; \ inst=`echo $$file | sed -e 's/^.*\///'`; \ test -f $$inst || { \ echo "$(LN_S) $$file $$inst"; \ |