From: Mark Huang Date: Wed, 4 May 2005 20:05:53 +0000 (+0000) Subject: - add PACKAGES to the list of acceptable rules X-Git-Tag: planetlab-3_1-branch-point~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e41536a398c056e1ec0a04d54e660afac1aff3ff;p=build.git - add PACKAGES to the list of acceptable rules --- diff --git a/Makefile b/Makefile index f89b6318..4eabce8a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # 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)