From 8096321f4be6dd3929e11a511a43b8c6da362c67 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 13 Apr 2012 22:20:14 +0200 Subject: [PATCH] cleanup: remove one instance of .MAKE usage The .MAKE target is only used by BSD make, not GNU make, so Automake-NG don't need to generate it. * lib/Automake/Rule.pm (reset): Don't reset $dependencies{".MAKE"}. Signed-off-by: Stefano Lattarini --- lib/Automake/Rule.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm index 94aa80118..43c395664 100644 --- a/lib/Automake/Rule.pm +++ b/lib/Automake/Rule.pm @@ -378,8 +378,6 @@ sub reset() # Phonying. '.PHONY' => [], - # Recursive install targets (so "make -n install" works for BSD Make). - '.MAKE' => [], ); %actions = (); } -- 2.47.2