chiark
/
gitweb
/
~ian
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3626b7
)
Makefile.in: VERSION: Use =, not :=
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 11:42:59 +0000
(12:42 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 11:44:11 +0000
(12:44 +0100)
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 <ijackson@chiark.greenend.org.uk>
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index c7f437bf51ca8a1e99f8838dee4052df01c4c5c8..4ef89ba22e32d884a303e3ab3487b85ef0316807 100644
(file)
--- 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@