summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-25 23:32:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-25 23:32:13 -0400
commit14463101d5acc7a3f85df15b9229f5798145299a (patch)
treef0bf2e8de9dd66aa5a89d06c0bca70c75a7caf20 /Makefile
parent67f1f31c5a4ea264abe0237a88b98cf79ed07052 (diff)
Fix things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a11d2c..fcd41fd 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ export JAR_DIR := $(shell $(CAT) conf/jardir.txt)
# Post-processing for conf/sources.mk
packages := $(filter-out _%,$(variables))
-specs := $(foreach variable,$(variables),$(findstring |,$($(variable))))
+specs := $(foreach variable,$(variables),$(if $(findstring |,$($(variable))),$($(variable))))
tarbombs := $(addprefix build/extract/,$(call spec2,base,$(_tarbombs)))
# download #####################################################################