From ec47536f73310906a076f2d4b98d41d3e357c8b1 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 22 Jan 2010 21:14:58 +0000 Subject: [PATCH] fix for cross build --- magic/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/Makefile.am b/magic/Makefile.am index ddfb9ce4..15400824 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.48 2009/09/11 16:26:39 rrt Exp $ +# $File: Makefile.am,v 1.49 2009/12/25 16:04:29 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_FRAGMENT_DIR = $(top_srcdir)/magic/$(MAGIC_FRAGMENT_BASE) @@ -234,6 +234,6 @@ FILE_COMPILE_DEP = $(FILE_COMPILE) endif ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP) - @cp -f Localstuff $(MAGIC_FRAGMENT_DIR) + @cp -f $(top_srcdir)/magic/Localstuff $(MAGIC_FRAGMENT_DIR) $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR) @mv $(MAGIC_FRAGMENT_BASE).mgc $@ -- 2.40.0