diff options
author | Ludovic Courtès | 2008-04-07 16:32:37 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-07 16:32:37 +0200 |
commit | beee88ca005064e8b10959f62bf7a009b55203f4 (patch) | |
tree | 77228d9f5c9dc01d881f90102a881833c457974e /guile-lint.am | |
parent | fb3af26e3f279f76943b9b53213025c54fab242c (diff) | |
download | skribilo-beee88ca005064e8b10959f62bf7a009b55203f4.tar.gz skribilo-beee88ca005064e8b10959f62bf7a009b55203f4.tar.lz skribilo-beee88ca005064e8b10959f62bf7a009b55203f4.zip |
Recursive make sucks: remove 11 makefiles.
Diffstat (limited to 'guile-lint.am')
-rw-r--r-- | guile-lint.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 |