Fix dependencies for files in the 'nt' subdirectory
* Makefile.in ($(NTDIR)): If non-empty, depend on 'lib'. That's because some files in nt/ include generated Gnulib headers.
This commit is contained in:
parent
fba17b0747
commit
142e827bc4
1 changed files with 4 additions and 0 deletions
|
@ -427,6 +427,10 @@ epaths-force-ns-self-contained: epaths-force
|
|||
-e 's;${ns_appdir}/;;') && \
|
||||
${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h
|
||||
|
||||
ifneq ($(NTDIR),)
|
||||
$(NTDIR): lib
|
||||
endif
|
||||
|
||||
lib-src src: $(NTDIR) lib
|
||||
|
||||
src: lib-src
|
||||
|
|
Loading…
Add table
Reference in a new issue