aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 420475dd..19ff8b86 100644
--- a/Makefile
+++ b/Makefile
@@ -394,10 +394,10 @@ check : check-bash \
check-bash :
check/bash
-check-bin :
+check-bin : $(BINS)
check/bin
-check-games :
+check-games : $(GAMES)
check/games
check-man :
@@ -430,10 +430,10 @@ lint : check \
lint-bash :
lint/bash
-lint-bin :
+lint-bin : $(BINS)
lint/bin
-lint-games :
+lint-games : $(GAMES)
lint/games
lint-ksh :