From 14463101d5acc7a3f85df15b9229f5798145299a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 25 Jul 2014 23:32:13 -0400 Subject: Fix things --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ##################################################################### -- cgit v1.2.2