mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-15 16:32:01 +00:00
build: Fix build for systems with no /bin/true
There are systems with no /bin/true - it might have different path (/usr/bin/true) or even a shell builtin. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
675769b1b1
commit
61be0ee882
@ -61,5 +61,5 @@ gitversion.h: gitversion.h.tmp
|
|||||||
else
|
else
|
||||||
.PHONY: gitversion.h
|
.PHONY: gitversion.h
|
||||||
gitversion.h:
|
gitversion.h:
|
||||||
/bin/true
|
true
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user