summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/thttpd/Makefile')
-rw-r--r--apps/netutils/thttpd/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile
index 964989491..8f341779f 100644
--- a/apps/netutils/thttpd/Makefile
+++ b/apps/netutils/thttpd/Makefile
@@ -62,6 +62,15 @@ else
endif
endif
+ifeq ($(WINTOOL),y)
+ INSTALL_DIR = "${shell cygpath -w $(BIN_DIR)}"
+else
+ INSTALL_DIR = $(BIN_DIR)
+endif
+
+CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT)
+PROGNAME = $(CONFIG_XYZ_PROGNAME)
+
ROOTDEPPATH = --dep-path .
# CGI binaries (examples only, not used in the build)