Fix stray 'call file'.
authorDavid Given <dg@cowlark.com>
Sun, 13 Mar 2016 20:40:05 +0000 (21:40 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 13 Mar 2016 20:40:05 +0000 (21:40 +0100)
--HG--
branch : default-branch

mach/proto/as/build.mk

index 726cd67..d11ccf2 100644 (file)
@@ -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