From: rufustfirefly Date: Wed, 9 May 2001 13:30:50 +0000 (+0000) Subject: half reversal of previous patch; bad arguments to $(LN_S) X-Git-Tag: netatalk-1-5-rc1~429 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=668a76afb68df30eff72961195f26481bfe68b82 half reversal of previous patch; bad arguments to $(LN_S) --- diff --git a/bin/megatron/Makefile.am b/bin/megatron/Makefile.am index 946a9b43..462420e0 100644 --- a/bin/megatron/Makefile.am +++ b/bin/megatron/Makefile.am @@ -11,5 +11,5 @@ LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader install-exec-hook: @for LINK in $(LINKS); do \ - $(LN_S) -vn $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \ + $(LN_S) $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \ done