diff options
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: |