diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-24 08:53:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-24 08:53:53 +0000 |
commit | ea36cf4d769e5c6188d49363c8db5a85a7aee35b (patch) | |
tree | 1f49fd6e604c0b7c76fa01453673b21ed26301e3 /Build/source/texk | |
parent | e8c2d1b30463b6e6ca0006dddf617e2e12be3781 (diff) |
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
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
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 <peb@mppmu.mpg.de> + + * 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 <kakuto@fuk.kindai.ac.jp> * 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 |