]> granicus.if.org Git - fortune-mod/commitdiff
Add check-deps.
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 13:22:59 +0000 (16:22 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 13:22:59 +0000 (16:22 +0300)
fortune-mod/Makefile

index cb215963182ec77d13fa0865b505d46e43b5e779..51afd07557522e800a292c0ea810d0f77393c895 100644 (file)
@@ -187,7 +187,9 @@ datfiles-check: cookies-z
 root-check:
        perl tests/trailing-space-and-CRs.pl
 
-check: datfiles-check root-check
+check-deps: all
+
+check: check-deps datfiles-check root-check
 
 clean:
        for i in $(SUBDIRS) ; do (cd $$i && $(MAKE) clean); done