about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ff8449b1..facaae32fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
 
+	* Makefile (subdir_targets): Remove subdir_lint.out.
+
 	* stdio-common/Makefile (do-tst-unbputc): Remove target.
 	(do-tst-printf): Likewise.
 	(tests): Depend directly on $(objpfx)tst-unbputc.out and
diff --git a/Makefile b/Makefile
index 51d4690377..f24ba41a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ endif # $(AUTOCONF) = no
 # These are the targets that are made by making them in each subdirectory.
 +subdir_targets	:= subdir_lib objects objs others subdir_mostlyclean	\
 		   subdir_clean subdir_distclean subdir_realclean	\
-		   tests xtests subdir_lint.out				\
+		   tests xtests						\
 		   subdir_update-abi subdir_check-abi			\
 		   subdir_echo-headers					\
 		   subdir_install					\