1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

Makefile: Fix git usage for non-git source archive

We didn't take enough care to fix all invocations of git in this
scenario.

Fixes: 32d2739 ("Makefile: Specify version when building from tarball")
Signed-off-by: Kai Krakow <kai@kaishome.de>
Dieser Commit ist enthalten in:
Kai Krakow
2018-11-18 16:10:32 +01:00
Ursprung e74122b512
Commit 6c68e81da7
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -1,4 +1,4 @@
TAG := $(shell git describe --always --dirty || echo UNKNOWN)
TAG ?= $(shell git describe --always --dirty || echo UNKNOWN)
default: libcrucible.so
%.so: Makefile