symlink question

[email protected] ("Filip Rembiałkowski")
Newsgroups perl.makemaker
Message-ID <[email protected]>
Hi

I have a module which has EXE_FILES and installs them OK.

I have another module which should install a symlink to the binary
from first module.

Is this possible with MakeMaker?



In normal Makefile I would just create a rule for symlinking, like this

$(PREFIX)/bin/myprogname: $(PREFIX)/bin/myprog
    $(LN) -s $(PREFIX)/bin/myprog $(PREFIX)/bin/myprogname





-- 
Filip Rembiałkowski
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.