From: David Given Date: Sun, 13 Mar 2016 20:40:05 +0000 (+0100) Subject: Fix stray 'call file'. X-Git-Tag: release-6-0-pre-5~9 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e85991ec861477a5ab7f26934bcb2b1629e93bc8;p=ack.git Fix stray 'call file'. --HG-- branch : default-branch --- diff --git a/mach/proto/as/build.mk b/mach/proto/as/build.mk index 726cd676e..d11ccf2b6 100644 --- a/mach/proto/as/build.mk +++ b/mach/proto/as/build.mk @@ -43,7 +43,7 @@ $(OBJDIR)/$D/preprocessed-comm2.y: mach/proto/as/comm2.y $(CPPANSI) \ $(call installto, $(PLATDEP)/$(PLATFORM)/as) $(call reset) - $(call file, man/$(ARCH)_as.6) + $(call rawfile, man/$(ARCH)_as.6) $(call installto, $(INSDIR)/share/man/man6/$(ARCH)_as.6) endef