@@ -57,12 +57,12 @@ endif
57
57
@echo "const VERSION_STRING = \"$(JULIA_VERSION)\"" >> $@
58
58
@echo "const TAGGED_RELEASE_BANNER = \"$(TAGGED_RELEASE_BANNER)\"" >> $@
59
59
ifeq ($(OS ) ,WINNT)
60
- @echo 'const SYSCONFDIR = "$(subst /,\\\\ ,$(sysconfdir_rel))"' >> $@
61
- @echo 'const DATAROOTDIR = "$(subst /,\\\\ ,$(datarootdir_rel))"' >> $@
62
- @echo 'const DOCDIR = "$(subst /,\\\\ ,$(docdir_rel))"' >> $@
63
- @echo 'const LIBDIR = "$(subst /,\\\\ ,$(libdir_rel))"' >> $@
64
- @echo 'const PRIVATE_LIBDIR = "$(subst /,\\\\ ,$(private_libdir_rel))"' >> $@
65
- @echo 'const INCLUDEDIR = "$(subst /,\\\\ ,$(includedir_rel))"' >> $@
60
+ @echo 'const SYSCONFDIR = "$(subst /,\\,$(sysconfdir_rel))"' >> $@
61
+ @echo 'const DATAROOTDIR = "$(subst /,\\,$(datarootdir_rel))"' >> $@
62
+ @echo 'const DOCDIR = "$(subst /,\\,$(docdir_rel))"' >> $@
63
+ @echo 'const LIBDIR = "$(subst /,\\,$(libdir_rel))"' >> $@
64
+ @echo 'const PRIVATE_LIBDIR = "$(subst /,\\,$(private_libdir_rel))"' >> $@
65
+ @echo 'const INCLUDEDIR = "$(subst /,\\,$(includedir_rel))"' >> $@
66
66
else
67
67
@echo "const SYSCONFDIR = \"$(sysconfdir_rel)\"" >> $@
68
68
@echo "const DATAROOTDIR = \"$(datarootdir_rel)\"" >> $@
0 commit comments