diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-01 09:37:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-01 09:37:47 +0000 |
commit | d23f168a1eae3fe44920853473b2cb3d959c9532 (patch) | |
tree | 51389d13e7290fbe4a4073463f326d4fe8870b55 /Build/source/libs/gd | |
parent | da140efe8fb1493f7c47ef2040c6550d73db29e3 (diff) |
new build system: fix libs/gd/ bug, more texk/xdvik/
git-svn-id: svn://tug.org/texlive/trunk@12589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r-- | Build/source/libs/gd/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index 8c816f6eeaf..4804de5b81f 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -82,7 +82,7 @@ libgd_a_DEPENDENCIES = $(ZLIB_DEPEND) $(LIBPNG_DEPEND) @LIBPNG_RULE@ stamp-gd: - @for file in $(built_sources); do \ + @for file in $(BUILT_SOURCES); do \ test -f $$file || { \ echo "$(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file"; \ $(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file; } || exit 1; \ diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index c56eb6fac7d..9cae4be3dc3 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -1043,7 +1043,7 @@ $(BUILT_SOURCES): stamp-gd @LIBPNG_RULE@ stamp-gd: - @for file in $(built_sources); do \ + @for file in $(BUILT_SOURCES); do \ test -f $$file || { \ echo "$(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file"; \ $(LN_S) $(srcdir)/$(GD_TREE)/$$file $$file; } || exit 1; \ |