contrib/scalar: fix 'all' target in Makefile
commitf2a2876f5a4a9c5250d8f64bd468677d506a956a
authorVictoria Dye <vdye@github.com>
Tue, 5 Apr 2022 22:35:36 +0000 (5 22:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2022 17:19:57 +0000 (6 10:19 -0700)
tree177cb24e0c719b009f2ee2614bd3fdfc41a8e219
parent8af0699b7a86a6f3c2fe9b745bcbe56ec777feac
contrib/scalar: fix 'all' target in Makefile

Add extra ':' to second 'all' target definition to allow 'scalar' to build.
Without this fix, the 'all:' and 'all::' targets together cause a build
failure when 'scalar' build is enabled with 'INCLUDE_SCALAR':

    Makefile:14: *** target file `all' has both : and :: entries.  Stop.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/scalar/Makefile