fix PLDISTROTAGS
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 26 Jan 2010 15:32:37 +0000 (15:32 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 26 Jan 2010 15:32:37 +0000 (15:32 +0000)
Makefile

index bb97420..8f184a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ include $(PLDISTROCONTENTS)
 
 #################### include <pldistro>-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)