Skip to content

Commit 6518f6f

Browse files
committed
make: Make the Makefile make 4.4 compatible
Fixes #5693 Changelog-None
1 parent d27591f commit 6518f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ default: show-flags all-programs all-test-programs doc-all default-targets
289289

290290
ifneq ($(SUPPRESS_GENERATION),1)
291291
FORCE = FORCE
292-
FORCE::
292+
FORCE:
293293
endif
294294

295295
show-flags: config.vars

0 commit comments

Comments
 (0)