From 606f6a33f9cac9cfafc07a21e55b86fee4363b53 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 12 Apr 2013 13:15:12 +0200 Subject: [PATCH] re-enable silent rules --- ykpers4win.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykpers4win.mk b/ykpers4win.mk index bd2c893..2f6252e 100644 --- a/ykpers4win.mk +++ b/ykpers4win.mk @@ -63,7 +63,7 @@ ykpers4win: || wget http://yubikey-personalization.googlecode.com/files/ykpers-$(VERSION).tar.gz && \ tar xfa ykpers-$(VERSION).tar.gz && \ cd ykpers-$(VERSION)/ && \ - PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --disable-silent-rules --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root LDFLAGS=-L$(PWD)/tmp/root/lib CPPFLAGS=-I$(PWD)/tmp/root/include && \ + PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root LDFLAGS=-L$(PWD)/tmp/root/lib CPPFLAGS=-I$(PWD)/tmp/root/include && \ make install $(CHECK) && \ cd .. && \ cd root && \ -- 2.39.5