]> git.99rst.org Git - git.git/commit
contrib/scalar: fix 'all' target in Makefile
authorVictoria Dye <redacted>
Tue, 5 Apr 2022 22:35:36 +0000 (22:35 +0000)
committerJunio C Hamano <redacted>
Wed, 6 Apr 2022 17:19:57 +0000 (10:19 -0700)
commitf2a2876f5a4a9c5250d8f64bd468677d506a956a
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/scalar/Makefile
git clone https://git.99rst.org/PROJECT