Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit e4ac64b

Browse files
committed
Update Makefile
Path fix for Windows.
1 parent 45da6de commit e4ac64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/cadence/sim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mkdir : $(BLDDIR)/.mkdir
9898
$(BLDDIR)/.mkdir :
9999
@$(MKPATH) $(BLDDIR)
100100
@echo "" > $@
101-
-$(CP) $(CONFIGDIR)/xtensa-elf/include/sys/reent.h $(BLDDIR)/reent.h
101+
-$(CP) $(subst /,$(S),$(CONFIGDIR)/xtensa-elf/include/sys/reent.h) $(subst /,$(S),$(BLDDIR)/reent.h)
102102

103103
$(EXE) : $(OBJ_FILES) $(OSLIB)
104104
$(CC) $(CCFLAGS) $(INCS) -o $@ $^ -mlsp=$(LSP) $(LDFLAGS)

0 commit comments

Comments
 (0)