From dd7b064ccaa3afc96499c7be2776baade60bcb56 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 12 Feb 2014 23:37:13 +0000 Subject: Remove reference to subdir_lint.out. The toplevel Makefile's subdir_targets variable refers to subdir_lint.out. As far as I can tell, this is not defined or referenced anywhere else in the tree. Having .out makefile references that don't refer to the output from testcases seems confusing; this patch removes the reference to subdir_lint.out. Tested x86_64. * Makefile (subdir_targets): Remove subdir_lint.out. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51d4690..f24ba41 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 \ -- cgit v1.1