emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/nt/gmake.defs


From: Andrew Innes
Subject: [Emacs-diffs] Changes to emacs/nt/gmake.defs
Date: Wed, 15 Jan 2003 07:04:42 -0500

Index: emacs/nt/gmake.defs
diff -c emacs/nt/gmake.defs:1.15 emacs/nt/gmake.defs:1.16
*** emacs/nt/gmake.defs:1.15    Sun Nov 17 17:35:26 2002
--- emacs/nt/gmake.defs Wed Jan 15 07:04:38 2003
***************
*** 78,83 ****
--- 78,87 ----
  
  MAKETYPE=gmake
  
+ # Convert CURDIR to native file name, if in Cygwin format
+ ifeq "$(shell cygpath $(CURDIR))" "$(CURDIR)"
+ CURDIR                := $(shell cygpath -m $(CURDIR))
+ endif
  THISDIR               = .
  
  # Cygwin has changed quoting rules somewhat since b20, in a way that




reply via email to

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