Cope with the fact that the default Ubuntu shell...

...no longer does {} expansion of file globs.
This commit is contained in:
Eric S. Raymond 2007-11-26 02:19:02 +00:00
parent 6914277871
commit c6d35c917e

View file

@ -6,7 +6,7 @@ DATA = ../../data
#
# The MAINLINE definition should expand to all directories considered
# to be part of the mainline distribution.
MAINLINE = $(DATA)/core $(DATA)/{multiplayer,themes} $(DATA)/campaigns/*
MAINLINE = $(DATA)/core $(DATA)/multiplayer $(DATA)/themes $(DATA)/campaigns/*
#
# Define UMC to point to a local copy of user-made content to run checks on.
# Note, this needs to expand to a list with one subdirectory per UMC campaign,