X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Fmegatron%2FMakefile.am;h=946a9b438debac82cc77058763acdf7e853fbfda;hb=fd194ee5e091b6abc531e6bb76e47c9b621101b0;hp=aa68c0ed1e72b5851824b41e9969685b6a53b0e9;hpb=8fb76264dd1a27c36d3798882cc63570887a7642;p=netatalk.git diff --git a/bin/megatron/Makefile.am b/bin/megatron/Makefile.am index aa68c0ed..946a9b43 100644 --- a/bin/megatron/Makefile.am +++ b/bin/megatron/Makefile.am @@ -10,6 +10,6 @@ noinst_HEADERS = megatron.h LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader install-exec-hook: - for LINK in $(LINKS); do - ln -s $(bindir)/megatron $(bindir)/$(LINK) + @for LINK in $(LINKS); do \ + $(LN_S) -vn $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \ done