From: Thomas Lamprecht Date: Mon, 18 Jun 2018 06:10:33 +0000 (+0200) Subject: buildsys: remove useless variable definitions X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=f943f4d13e0504498d070bf4b39130149a237f7e;ds=sidebyside buildsys: remove useless variable definitions the used ones are in src/Makefile, so remove those left over, else one could get confused why there on two places and why changes here had no effect. Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 2401a30..c054c44 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,6 @@ PKGREL=34 PACKAGE=libpve-common-perl -PREFIX=/usr -BINDIR=${PREFIX}/bin -MANDIR=${PREFIX}/share/man -DOCDIR=${PREFIX}/share/doc -MAN1DIR=${MANDIR}/man1/ -PERLDIR=${PREFIX}/share/perl5 - ARCH=all GITVERSION:=$(shell git rev-parse HEAD)