- add PACKAGES to the list of acceptable rules
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 May 2005 20:05:53 +0000 (20:05 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 May 2005 20:05:53 +0000 (20:05 +0000)
Makefile

index f89b631..4eabce8 100644 (file)
--- 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)