]> err.no Git - yubikey-personalization/commitdiff
re-enable silent rules
authorKlas Lindfors <klas@yubico.com>
Fri, 12 Apr 2013 11:15:12 +0000 (13:15 +0200)
committerKlas Lindfors <klas@yubico.com>
Fri, 12 Apr 2013 11:15:12 +0000 (13:15 +0200)
ykpers4win.mk

index bd2c893776eda2e5309e00f17a09d4b3aecccaf6..2f6252e1b0af01232f9817cdf79dad989e5f221b 100644 (file)
@@ -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 && \