From 668a76afb68df30eff72961195f26481bfe68b82 Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Wed, 9 May 2001 13:30:50 +0000 Subject: [PATCH] half reversal of previous patch; bad arguments to $(LN_S) --- bin/megatron/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2