From e41536a398c056e1ec0a04d54e660afac1aff3ff Mon Sep 17 00:00:00 2001
From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Wed, 4 May 2005 20:05:53 +0000
Subject: [PATCH] - add PACKAGES to the list of acceptable rules

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f89b6318..4eabce8a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.65 2005/05/04 19:57:08 mlhuang Exp $
+# $Id: Makefile,v 1.66 2005/05/04 20:01:59 mlhuang Exp $
 #
 
 # Default target
@@ -302,7 +302,7 @@ plc-SPEC := plc/plc.spec
 # ALL += plc
 PACKAGES += plc
 
-ifeq ($(findstring $(package),$(ALL)),)
+ifeq ($(findstring $(package),$(ALL) $(PACKAGES)),)
 
 # Build all packages
 all: $(ALL)
-- 
2.47.0