summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e14c9e89..90184b8b 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ DUMMY != mkdir -p $(ALL_DIRS)
%.png: ;
%.pal: ;
-%.narc: members = $(shell find $(@D)/$*/*)
+%.narc: members = $(wildcard $(@D)/$*/*)
%.narc: $$(members)
$(NARCCOMP) -o $@ -p 255 $^