]> git.eshelyaron.com Git - emacs.git/commit
Fix submake dependency bug with .h files
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jun 2015 20:31:18 +0000 (13:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jun 2015 20:31:38 +0000 (13:31 -0700)
commitd08e8a11e1a62e91a58829439f40e3741c5934b1
treec3050a52c26265ab4a1a99ab812a47a2b7a863ee
parent671974ef79012c8123182a0990c6d5580f53311a
Fix submake dependency bug with .h files

* src/Makefile.in ($(libsrc)/make-docfile$(EXEEXT)):
Depend on $(lib)/libgnu.a, so that we build $(lib)/*/*.h
before the submake in $(libsrc) would spin off a subsubmake
for $(lib) in parallel with our submake for $(lib) (Bug#20894).
src/Makefile.in