From 2b28310e68e1a8003e2c55e1d6afaefbb762f9d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 26 Jan 2010 15:32:37 +0000 Subject: [PATCH] fix PLDISTROTAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0