From eb61a461411d54b08562ce04878ace57836f2a61 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 14 Apr 2021 19:25:35 -0600 Subject: always give a target with commands the first prereqs --- src/makefile/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile/input.rs') diff --git a/src/makefile/input.rs b/src/makefile/input.rs index 03e7f18..5dda538 100644 --- a/src/makefile/input.rs +++ b/src/makefile/input.rs @@ -1163,8 +1163,8 @@ cursed: #[test] fn dependency_prepending_appending() -> R { let file = " -test: a test: b +test: a \techo hi test: c "; -- cgit v1.2.3