summaryrefslogtreecommitdiff
path: root/Makerules.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules.in')
-rw-r--r--Makerules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules.in b/Makerules.in
index b0dfc35..376b91e 100644
--- a/Makerules.in
+++ b/Makerules.in
@@ -104,7 +104,7 @@ ASFLAGS += -DASSEMBLER
#
# Don't build and include dependency files if they're not needed.
-ifeq ($(strip $(filter-out %clean, $(MAKECMDGOALS))),)
+ifneq ($(strip $(filter %clean, $(MAKECMDGOALS))),)
no_deps = t
endif