[Skiboot] [PATCH 1/5] test/hello_world: Fix cleaning dependencies file

Michael Neuling mikey at neuling.org
Thu May 28 20:25:50 AEST 2015


Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 test/hello_world/Makefile.check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check
index 638a627..a3c3c7a 100644
--- a/test/hello_world/Makefile.check
+++ b/test/hello_world/Makefile.check
@@ -21,4 +21,4 @@ clean: hello_world-test-clean
 
 hello_world-test-clean:
 	$(RM) -f test/hello_world/hello_kernel/hello_kernel
-	$(RM) -f test/hello_world/hello_kernel/hello_kernel.o
+	$(RM) -f test/hello_world/hello_kernel/hello_kernel.[od]
-- 
2.1.0



More information about the Skiboot mailing list