From 6eebf37babd58d4a9f6d1029566af16a35af9849 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 20 Apr 2011 01:02:43 -0300 Subject: [PATCH] tools/atrf-xtal/Makefile (clean, spotless): also clean up if target is the host --- tools/atrf-xtal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/atrf-xtal/Makefile b/tools/atrf-xtal/Makefile index fe03430..10e8cfd 100644 --- a/tools/atrf-xtal/Makefile +++ b/tools/atrf-xtal/Makefile @@ -26,8 +26,10 @@ install: uninstall: clean: + rm -f atben.o atrf-xtal.o -spotless: +spotless: clean + rm -f atrf-xtal else