From f1fe55395ca28b57e40dda10de668f2332e6977a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Mar 2014 14:36:59 +0000 Subject: [PATCH] use "git describe" not "git-describe" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f86d6ae..139319b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99 CFLAGS += $(CMDLINE_CFLAGS) -CPPFLAGS += -DVERSION="\"`git-describe --tags --dirty=+`\"" +CPPFLAGS += -DVERSION="\"`git describe --tags --dirty=+`\"" LC_CTYPE=C LDLIBS = -lpub -lglpk -lm -- 2.30.2