Fix variable syntax in Makefile

This commit is contained in:
Kienan Stewart 2018-04-15 10:08:37 -04:00
parent 240a7738fc
commit d6d9be4c6a
1 changed files with 1 additions and 1 deletions

View File

@ -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: