From ea36cf4d769e5c6188d49363c8db5a85a7aee35b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 24 Apr 2012 08:53:53 +0000 Subject: kpathsea: Avoid an infinite make loop when only mingw32.h or win32lib.h is changed git-svn-id: svn://tug.org/texlive/trunk@26119 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/Makefile.am | 1 + Build/source/texk/kpathsea/Makefile.in | 1 + 3 files changed, 7 insertions(+) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index a853b6fd2b2..99a00c18005 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2012-04-23 Peter Breitenlohner + + * Makefile.am (rebuild): Touch libkpathsea.la to avoid an + infinite loop when only mingw32.h or win32lib.h is changed. + 2012-04-23 Akira Kakuto * win32lib.h, win32lib.c: rewrite win32_system(). diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 51cb04911dd..6305c47da5f 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -8,6 +8,7 @@ ACLOCAL_AMFLAGS = -I ../../m4 # Rebuild .PHONY: rebuild rebuild: all + touch libkpathsea.la SUBDIRS = . doc man diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 3e5e68feeb8..073dc7bc5c3 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -1871,6 +1871,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dist_web2cDATA \ # Rebuild .PHONY: rebuild rebuild: all + touch libkpathsea.la $(libkpathsea_la_OBJECTS): paths.h kpathsea.h -- cgit v1.2.3