Cope with the fact that the default Ubuntu shell...
...no longer does {} expansion of file globs.
This commit is contained in:
parent
6914277871
commit
c6d35c917e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue