Browse Source

Add unifdef host tool to clean target

Carmelo Amoroso 17 years ago
parent
commit
a0adf1fefe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.in

+ 1 - 0
Makefile.in

@@ -353,6 +353,7 @@ clean:
 		done; \
 	fi
 	@$(RM) include/linux include/asm*
+	$(RM) $(top_builddir)extra/scripts/unifdef
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;