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:
Hasso Tepper 2012-12-14 14:58:32 +02:00 committed by David Lamparter
parent 675769b1b1
commit 61be0ee882

View File

@ -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