/[emacs]/emacs/nt/gmake.defs
ViewVC logotype

Diff of /emacs/nt/gmake.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by bkey1, Sun Nov 17 22:35:26 2002 UTC revision 1.16 by andrewi, Wed Jan 15 12:04:38 2003 UTC
# Line 78  endif Line 78  endif
78    
79  MAKETYPE=gmake  MAKETYPE=gmake
80    
81    # Convert CURDIR to native file name, if in Cygwin format
82    ifeq "$(shell cygpath $(CURDIR))" "$(CURDIR)"
83    CURDIR          := $(shell cygpath -m $(CURDIR))
84    endif
85  THISDIR         = .  THISDIR         = .
86    
87  # Cygwin has changed quoting rules somewhat since b20, in a way that  # Cygwin has changed quoting rules somewhat since b20, in a way that

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26