diff options
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0ec5b4c9..d7c31edb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -61,5 +61,5 @@ gitversion.h: gitversion.h.tmp else .PHONY: gitversion.h gitversion.h: - /bin/true + true endif |