Actually, if I write the subst rule this way

INSTALL_FILES_OS := $(subst "/","\",$(INSTALL_FILES))

it works using INSTALL_FILES_OS inside the OS/2 section of instsh.mk

The answer is simple: This $(subst) simply does nothing and
makes INSTALL_FILES_OS equal to INSTALL_FILES. It would try to
replace '"/"' substrings with '"\"', but it won't find any.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to