]> git.proxmox.com Git - pve-common.git/commitdiff
buildsys: remove useless variable definitions
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Jun 2018 06:10:33 +0000 (08:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Jun 2018 06:57:25 +0000 (08:57 +0200)
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 <t.lamprecht@proxmox.com>
Makefile

index 2401a3055f3a59985a54790bbae035c39cbb4bdc..c054c44d0f805440d4ce2bdf89ac7c3992bdf2fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,6 @@ PKGREL=34
 
 PACKAGE=libpve-common-perl
 
 
 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)
 
 ARCH=all
 GITVERSION:=$(shell git rev-parse HEAD)