From 22a24168d6ecf5b4a5f3a4816edd98377c3c22d6 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 2 Nov 2016 13:49:10 -0500 Subject: [PATCH] Removed --program-prefix --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0dc9497..917834c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = glibc,grep,util-linux,xz,zfs,zlib ARCH = x86_64 URL = http://www.gnu.org/software/grub/ DESC = GNU GRUB is a Multiboot boot loader. -SNAPVER = sr0 +SNAPVER = sr1 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -51,7 +51,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure --disable-efiemu \ --disable-werror \ --enable-libzfs \ - --program-prefix='' \ --build=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \ --target=x86_64-snap-linux-gnu