summaryrefslogtreecommitdiff
path: root/apps/vsn/ramtron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/vsn/ramtron/Makefile')
-rw-r--r--apps/vsn/ramtron/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/vsn/ramtron/Makefile b/apps/vsn/ramtron/Makefile
index f53d3503b..d91a6ca1b 100644
--- a/apps/vsn/ramtron/Makefile
+++ b/apps/vsn/ramtron/Makefile
@@ -61,7 +61,11 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = $(APPDIR)/libapps$(LIBEXT)
+ifeq ($(WINTOOL),y)
+ BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+else
+ BIN = "$(APPDIR)/libapps$(LIBEXT)"
+endif
ROOTDEPPATH = --dep-path .