From 2b90647d30574745cc24f67d329cc4dd3d6e1073 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 25 Aug 2009 12:38:27 +0000 Subject: [PATCH] Use ${MAGICDIR}/* to ensure consistent sorting. From Daniel Novotny --- magic/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/Makefile.am b/magic/Makefile.am index 07499463..5920f4a2 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.45 2009/03/05 22:40:59 christos Exp $ +# $File: Makefile.am,v 1.46 2009/08/12 17:22:22 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_FRAGMENT_DIR = $(top_srcdir)/magic/$(MAGIC_FRAGMENT_BASE) @@ -235,5 +235,5 @@ endif ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP) @cp -f Localstuff $(MAGIC_FRAGMENT_DIR) - $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR) + $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR)/* @mv $(MAGIC_FRAGMENT_BASE).mgc $@ -- 2.50.1