]> arthur.barton.de Git - netatalk.git/commitdiff
half reversal of previous patch; bad arguments to $(LN_S)
authorrufustfirefly <rufustfirefly>
Wed, 9 May 2001 13:30:50 +0000 (13:30 +0000)
committerrufustfirefly <rufustfirefly>
Wed, 9 May 2001 13:30:50 +0000 (13:30 +0000)
bin/megatron/Makefile.am

index 946a9b438debac82cc77058763acdf7e853fbfda..462420e001f4febafcb068e7d3f52fc7f394c7ad 100644 (file)
@@ -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