From: Barış Metin Date: Tue, 26 Jan 2010 15:32:37 +0000 (+0000) Subject: fix PLDISTROTAGS X-Git-Tag: 4.3-rc18~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2b28310e68e1a8003e2c55e1d6afaefbb762f9d7;p=build.git fix PLDISTROTAGS --- diff --git a/Makefile b/Makefile index bb974202..8f184a5c 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ include $(PLDISTROCONTENTS) #################### include -tags.mk # describes where to fetch components, and the related tags if using cvs -ifeq "$PLDISTROTAGS" "" +ifeq "$(PLDISTROTAGS)" "" PLDISTROTAGS := $(PLDISTRO)-tags.mk endif include $(PLDISTROTAGS)