]> diplodocus.org Git - nmh/blobdiff - Makefile.in
Meaningless modification to test autoconf file commit order stuff.
[nmh] / Makefile.in
index 9492cd077faff40a9c072583268c23c5af8b5864..b331c5da3f1ff1a5a352ab80770d7f101bda37f2 100644 (file)
@@ -121,6 +121,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su
 
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
+lint:
+       for subdir in $(SUBDIRS); do \
+         ( cd $$subdir && $(MAKE) $(MAKEDEFS) lint ) || exit 1; \
+       done
+
+# ========== DEPENDENCIES FOR MAINTENANCE ==========
+
 Makefile: Makefile.in config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
 
 Makefile: Makefile.in config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status