Dependent libraries could be native too.
[oota-llvm.git] / Makefile.rules
index 723fefcaf80febf826e84619c69b4d16770fa479..56373c0edc40a19b96ef65be6fe30d6672c13d89 100644 (file)
@@ -1726,8 +1726,10 @@ endif
 endif
 
 check-line-length:
-       @egrep '.{81}' $(Sources)
+       @egrep -n '.{81}' $(Sources)
 
+check-for-tabs:
+       @egrep -n '     ' $(Sources)
 #------------------------------------------------------------------------
 # Print out the directories used for building
 #------------------------------------------------------------------------