From f943f4d13e0504498d070bf4b39130149a237f7e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Jun 2018 08:10:33 +0200 Subject: [PATCH] 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 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) 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) -- 2.39.2