]> Cypherpunks.ru repositories - goredo.git/blobdiff - ifchange.go
Empty target names must not be present in .rec
[goredo.git] / ifchange.go
index 84bd2607bafad1011c23f908f27a0d7a62e17561..bfe65f1d6468c6e163825d29b7a866f4a68104d4 100644 (file)
@@ -58,9 +58,6 @@ func collectDeps(
                }
        }
        for _, dep := range depInfo.ifchanges {
-               if dep.tgt == "" {
-                       return alwayses
-               }
                if dep.tgt == tgt {
                        continue
                }