Index: trunk/ippTools/share/chiptool_definecopy.sql
===================================================================
--- trunk/ippTools/share/chiptool_definecopy.sql	(revision 27192)
+++ trunk/ippTools/share/chiptool_definecopy.sql	(revision 27195)
@@ -3,4 +3,6 @@
 FROM chipRun AS chipOld
 JOIN rawExp USING(exp_id)
-LEFT JOIN chipRun AS chipNew USING(exp_id)
+LEFT JOIN chipRun AS chipNew
+    ON chipNew.exp_id = chipOld.exp_id
+    AND chipNew.label = '%s'
 WHERE chipNew.chip_id IS NULL
