X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=b865e4e8741c935d8397472cd0dca38fafb77f72;hp=18fee5bb3a2431a152766579e1206e788d30d09c;hb=46350883844352a1bcde8d13d680514aa3e54683;hpb=c2d8e732b048825dd4a506b1df9cddf7ac815439 diff --git a/Makefile.in b/Makefile.in index 18fee5bb..b865e4e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,18 +89,10 @@ tarball := @PACKAGE_TARNAME@-$(PACKAGE_VERSION).tar.bz2 # To put more focus on warnings, be less verbose as default # Use 'make V=1' to see the full commands -ifdef V - ifeq ("$(origin V)", "command line") - BUILD_VERBOSE = $(V) - endif -endif -ifndef BUILD_VERBOSE - BUILD_VERBOSE = 0 -endif -ifeq ($(BUILD_VERBOSE),0) - Q = @ +ifeq ("$(origin V)", "command line") + Q := else - Q = + Q := @ endif .PHONY: dep all clean distclean maintainer-clean install man tarball