From a1b06887864811a3fa95a0caf4c95dd07321b52d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 28 Nov 2015 21:53:51 -0800 Subject: 2493 - eliminate a couple of dependencies In general you only want to specify one transform in terms of (before/after) another if the other direction wouldn't work. Otherwise try to make it work by just pushing transforms at the start/end of the list. --- 041jump_target.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '041jump_target.cc') diff --git a/041jump_target.cc b/041jump_target.cc index 00e9fc39..947ab6ba 100644 --- a/041jump_target.cc +++ b/041jump_target.cc @@ -18,7 +18,7 @@ recipe main [ :(before "End Mu Types Initialization") put(Type_ordinal, "label", 0); -:(before "Transform.push_back(transform_braces)") +:(after "Begin Transforms") Transform.push_back(transform_labels); // idempotent :(code) -- cgit 1.4.1-2-gfad0