diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-14 14:22:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-14 14:22:18 +0000 |
commit | 008d0283f16c958ef9f8436cef8710aaedcd6a1c (patch) | |
tree | 26ef9bed7c0ca3f3f6b1ba14b5844f76d166eef0 /Build/source/texk/ptexenc/Makefile.in | |
parent | cf42cec28487ec62783c7aaeecbaea79862794bf (diff) |
build system: fixes for pTeX
git-svn-id: svn://tug.org/texlive/trunk@17865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.in')
-rw-r--r-- | Build/source/texk/ptexenc/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.in b/Build/source/texk/ptexenc/Makefile.in index b118ce5340a..314fb6fe942 100644 --- a/Build/source/texk/ptexenc/Makefile.in +++ b/Build/source/texk/ptexenc/Makefile.in @@ -250,7 +250,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 -INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. +INCLUDES = $(KPATHSEA_INCLUDES) -I$(top_builddir)/.. -I$(top_srcdir)/.. AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libptexenc.la libptexenc_la_CPPFLAGS = -DMAKE_KPSE_DLL @@ -794,6 +794,12 @@ uninstall-am: uninstall-libLTLIBRARIES \ uninstall-ptexencincludeHEADERS +# Rebuild +.PHONY: rebuild +rebuild: all + +@KPATHSEA_RULE@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |