summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-21 07:51:41 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-21 07:51:41 +0000
commita5a98005f0e6fa8f756d8d17c697a5c9c2cdd845 (patch)
tree3161462462fbeeea8d0136f0afb585b8ef830938 /Build/source/texk/makejvf/configure
parentcfa39878481410fe63d2d11afaa18fc74cb4a863 (diff)
reorg ptexenc includes
fix some build rules remove obsolete files git-svn-id: svn://tug.org/texlive/trunk@18399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/configure')
-rwxr-xr-xBuild/source/texk/makejvf/configure6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/makejvf/configure b/Build/source/texk/makejvf/configure
index 39f7f689535..b84af63657d 100755
--- a/Build/source/texk/makejvf/configure
+++ b/Build/source/texk/makejvf/configure
@@ -13252,7 +13252,7 @@ if test "x$with_ptexenc_libdir" != x && test "x$with_ptexenc_libdir" != xyes; th
PTEXENC_LIBS="-L$with_ptexenc_libdir $PTEXENC_LIBS"
fi
else
- PTEXENC_INCLUDES=`echo '-IBLD/texk -ISRC/texk' | sed \
+ PTEXENC_INCLUDES=`echo '-IBLD/texk/ptexenc -ISRC/texk/ptexenc' | sed \
-e "s,SRC/,$kpse_SRC/,g" \
-e "s,BLD/,$kpse_BLD/,g"`
PTEXENC_LIBS=`echo 'BLD/texk/ptexenc/libptexenc.la' | sed \
@@ -13261,9 +13261,7 @@ else
PTEXENC_DEPEND=`echo 'BLD/texk/ptexenc/libptexenc.la' | sed \
-e 's,BLD/texk/,${top_builddir}/../,g'`
PTEXENC_RULE='# Rebuild libptexenc
-$(PTEXENC_DEPEND): ${top_srcdir}/../ptexenc/*.[ch] ${top_builddir}/../ptexenc/ptexenc.h
- cd ${top_builddir}/../ptexenc && $(MAKE) $(AM_MAKEFLAGS) rebuild
-${top_builddir}/../ptexenc/ptexenc.h:
+$(PTEXENC_DEPEND): ${top_srcdir}/../ptexenc/*.c ${top_srcdir}/../ptexenc/ptexenc/*.h
cd ${top_builddir}/../ptexenc && $(MAKE) $(AM_MAKEFLAGS) rebuild'
fi