]> arthur.barton.de Git - netatalk.git/commitdiff
Build fixes.
authorsrittau <srittau>
Wed, 9 May 2001 23:53:40 +0000 (23:53 +0000)
committersrittau <srittau>
Wed, 9 May 2001 23:53:40 +0000 (23:53 +0000)
bin/megatron/Makefile.am

index 462420e001f4febafcb068e7d3f52fc7f394c7ad..74c171caa1d9298549a3b3be4ce143160b607844 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) $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \
+               $(LN_S) megatron $(DESTDIR)$(bindir)/$$LINK; \
        done