From beee88ca005064e8b10959f62bf7a009b55203f4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 7 Apr 2008 16:32:37 +0200 Subject: Recursive make sucks: remove 11 makefiles. --- guile-lint.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guile-lint.am') diff --git a/guile-lint.am b/guile-lint.am index 7edf72d..f54dc4c 100644 --- a/guile-lint.am +++ b/guile-lint.am @@ -12,8 +12,12 @@ if HAVE_GUILE_LINT # Note: We re-export `$GUILE' to make sure Guile-Lint uses the same # Guile as we do, e.g., on NixOS. -all-local: $(dist_module_DATA) +BUILT_SOURCES = stamp-lint +CLEANFILES += stamp-lint + +stamp-lint: $(lintable) -GUILE="$(GUILE)" \ $(GUILE_LINT) -L $(top_srcdir)/src/guile \ -L $(top_builddir)/src/guile -k $^ + touch $@ endif -- cgit v1.2.3