From cfdd6cb696e7f619bc312c3f5cb38f4babbcc116 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Wed, 27 Jan 2016 15:47:59 +0100
Subject: [PATCH] make iotlab: removed duplicated PHONY targets

---
 dist/testbed-support/Makefile.iotlab | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dist/testbed-support/Makefile.iotlab b/dist/testbed-support/Makefile.iotlab
index 0f877cce74..4364294ff8 100644
--- a/dist/testbed-support/Makefile.iotlab
+++ b/dist/testbed-support/Makefile.iotlab
@@ -29,8 +29,6 @@ ifdef IOTLAB_EXCLUDE_NODES
     EXCLUDE_PARAM := "-e$(IOTLAB_SITE),$(firstword $(subst :, ,$(IOTLAB_TYPE))),$(IOTLAB_EXCLUDE_NODES)"
 endif
 
-.PHONY: iotlab-exp iotlab-flash iotlab-reset iotlab-debug-server iotlab-term
-
 $(IOTLAB_AUTH):
 	auth-cli -u $(IOTLAB_USER)
 
-- 
GitLab