mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Port out-of-source builds to windows-nt
Problem reported by Angelo Graziosi in: http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html * lib/Makefile.in: Prepend $(srcdir) to ../nt/gnulib-cfg.mk, to handle out-of-source builds if windows-nt.
This commit is contained in:
parent
3139914f51
commit
eb8116f70c
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ALL_CFLAGS= \
|
|||
|
||||
SYSTEM_TYPE = @SYSTEM_TYPE@
|
||||
ifeq ($(SYSTEM_TYPE),windows-nt)
|
||||
include ../nt/gnulib-cfg.mk
|
||||
include $(srcdir)/../nt/gnulib-cfg.mk
|
||||
endif
|
||||
include gnulib.mk
|
||||
ifneq ($(SYSTEM_TYPE),windows-nt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue