summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-20 14:50:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-20 14:50:55 +0000
commit5d60f08750b360f416400d95fe18157aee0e4f88 (patch)
treed94591a0d8dedc5d0d8b086690a8aec3ad4cebb7 /Build/source/texk
parentab69232c2ed5d07fd7dfc8e49b3003dbd1f0ca16 (diff)
build system: libs/gd/ reorg
git-svn-id: svn://tug.org/texlive/trunk@16104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-xBuild/source/texk/dvipng/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure
index a0b08f94424..99fd15d6657 100755
--- a/Build/source/texk/dvipng/configure
+++ b/Build/source/texk/dvipng/configure
@@ -14930,7 +14930,7 @@ if test "x$with_gd_libdir" != x && test "x$with_gd_libdir" != xyes; then
GD_LIBS="-L$with_gd_libdir $GD_LIBS"
fi
else
- GD_INCLUDES=`echo '-IBLD/libs/gd' | sed \
+ GD_INCLUDES=`echo '-IBLD/libs/gd/include' | sed \
-e "s,SRC/,$kpse_SRC/,g" \
-e "s,BLD/,$kpse_BLD/,g"`
GD_LIBS=`echo 'BLD/libs/gd/libgd.a' | sed \
@@ -14939,9 +14939,9 @@ else
GD_DEPEND=`echo 'BLD/libs/gd/libgd.a' | sed \
-e 's,BLD/,${top_builddir}/../../,g'`
GD_RULE='# Rebuild libgd
-$(GD_DEPEND): ${top_builddir}/../../libs/gd/gd.h
+$(GD_DEPEND): ${top_builddir}/../../libs/gd/include/gd.h
cd ${top_builddir}/../../libs/gd && $(MAKE) $(AM_MAKEFLAGS) rebuild
-${top_builddir}/../../libs/gd/gd.h:
+${top_builddir}/../../libs/gd/include/gd.h:
cd ${top_builddir}/../../libs/gd && $(MAKE) $(AM_MAKEFLAGS) rebuild'
fi