summaryrefslogtreecommitdiff
path: root/apps/interpreters/ficl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/ficl/Makefile')
-rw-r--r--apps/interpreters/ficl/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/interpreters/ficl/Makefile b/apps/interpreters/ficl/Makefile
index c306f67fa..e905b9eff 100644
--- a/apps/interpreters/ficl/Makefile
+++ b/apps/interpreters/ficl/Makefile
@@ -69,10 +69,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+ BIN = ..\..\libapps$(LIBEXT)
+else
ifeq ($(WINTOOL),y)
- BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+ BIN = ..\\..\\libapps$(LIBEXT)
else
- BIN = "$(APPDIR)/libapps$(LIBEXT)"
+ BIN = ../../libapps$(LIBEXT)
+endif
endif
ROOT_DEPPATH = --dep-path .