aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/examples/demo/Makefile')
-rw-r--r--lib/wx/examples/demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/examples/demo/Makefile b/lib/wx/examples/demo/Makefile
index 872723fb98..c60e9c3d50 100644
--- a/lib/wx/examples/demo/Makefile
+++ b/lib/wx/examples/demo/Makefile
@@ -69,7 +69,7 @@ docs:
run: opt
erl -smp -detached -pa $(TOPDIR)/ebin -s demo
-EXRELSYSDIR = $(RELSYSDIR)/examples/demo
+EXRELSYSDIR = "$(RELSYSDIR)/examples/demo"
include $(ERL_TOP)/make/otp_release_targets.mk
docs: