From edc9e30289f3b82c6e7ac6c0cd5c84917bf02924 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Sep 2019 12:42:59 +0100 Subject: [PATCH] Makefile.in: VERSION: Use =, not := This has no effect on make since this variable doesn't contain other variable references. But it makes the line directly c&p-able into a shell. Signed-off-by: Ian Jackson --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c7f437b..4ef89ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.4.5 +VERSION=0.4.5 @SET_MAKE@ -- 2.11.0