Fix variable syntax in Makefile
This commit is contained in:
parent
240a7738fc
commit
d6d9be4c6a
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@
|
||||||
# Purpose of file: Global Makefile
|
# Purpose of file: Global Makefile
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
|
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
|
||||||
VERSION=$MAJOR
|
VERSION=$(MAJOR)
|
||||||
export VERSION
|
export VERSION
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue