From e4f56cc13060748a2363c9e6d305dd27cf26e951 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Mon, 13 Jun 2011 20:23:56 -0700 Subject: [PATCH] Always build usb ports --- examples/meshping/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/meshping/Jamfile b/examples/meshping/Jamfile index 380c4ac5..51927d3e 100644 --- a/examples/meshping/Jamfile +++ b/examples/meshping/Jamfile @@ -204,6 +204,7 @@ rule AvrUpload Depends $(2) : $(3) ; NotFile $(1) ; Always $(1) ; + Always $(2) ; AvrUploadAction $(2) : $(3) ; }