emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master eb8116f: Port out-of-source builds to windows-nt


From: Paul Eggert
Subject: [Emacs-diffs] master eb8116f: Port out-of-source builds to windows-nt
Date: Sat, 18 Mar 2017 00:24:58 -0400 (EDT)

branch: master
commit eb8116f70c8aa9fc5766f1616dc0a57e8b8ff8f9
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 lib/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.in b/lib/Makefile.in
index 5c19927..bef5a8c 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]