From: Christos Zoulas Date: Fri, 7 Mar 2008 16:21:44 +0000 (+0000) Subject: Star expansion is not portable; only gmake supports it. X-Git-Tag: FILE5_05~427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1bf5539ca247cf9cc437f2245069dc171f502ab;p=file Star expansion is not portable; only gmake supports it. --- diff --git a/magic/Makefile.am b/magic/Makefile.am index ee625f42..1e328b8a 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,6 +1,6 @@ MAGIC_FRAGMENT_DIR = $(top_srcdir)/magic/magic -MAGIC_FRAGMENTS = $(MAGIC_FRAGMENT_DIR)/* +MAGIC_FRAGMENTS = $(MAGIC_FRAGMENT_DIR) pkgdata_DATA = magic.mgc $(MAGIC_FRAGMENTS)