summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/Makefile.zdsii
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 21:21:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 21:21:46 +0000
commitebad9d789e8f4be10d95dd6a58af9cf8039bb6ba (patch)
tree6c2ba7c5ef9da7863aeb78f2a15ee8d1a0d7ebc2 /nuttx/arch/z80/src/Makefile.zdsii
parentf607dc94253a322604bb5f346ae7b2703bad3c28 (diff)
downloadnuttx-ebad9d789e8f4be10d95dd6a58af9cf8039bb6ba.tar.gz
nuttx-ebad9d789e8f4be10d95dd6a58af9cf8039bb6ba.tar.bz2
nuttx-ebad9d789e8f4be10d95dd6a58af9cf8039bb6ba.zip
Need to use cygpath consistently for compilation in subdirectories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1439 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/Makefile.zdsii')
-rw-r--r--nuttx/arch/z80/src/Makefile.zdsii4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/Makefile.zdsii b/nuttx/arch/z80/src/Makefile.zdsii
index 315afd756..4cda67369 100644
--- a/nuttx/arch/z80/src/Makefile.zdsii
+++ b/nuttx/arch/z80/src/Makefile.zdsii
@@ -77,10 +77,10 @@ $(HEAD_GENSRC) $(GENSRCS) : %$(ASMEXT): %.S
@rm $@.tmp
$(AOBJS) $(HEAD_AOBJ): %$(OBJEXT): %$(ASMEXT)
- $(call ASSEMBLE, `cygpath -w $<`, $@)
+ $(call ASSEMBLE, $<, $@)
$(COBJS): %$(OBJEXT): %.c
- $(call COMPILE, `cygpath -w $<`, $@)
+ $(call COMPILE, $<, $@)
libarch$(LIBEXT): $(OBJS)
@( for obj in $(OBJS) ; do \