From: Andre Noll Date: Sun, 20 Mar 2011 11:20:29 +0000 (+0100) Subject: Merge branch 't/testsuite' X-Git-Tag: v0.4.6~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=69a7e7aa11d8bf9b05d6431c57276befbc9b35a3 Merge branch 't/testsuite' --- 69a7e7aa11d8bf9b05d6431c57276befbc9b35a3 diff --cc Makefile.in index c64b5ae7,a246f4c1..e6b6ecc2 --- a/Makefile.in +++ b/Makefile.in @@@ -93,16 -95,15 +95,16 @@@ endi ifndef BUILD_VERBOSE BUILD_VERBOSE = 0 endif - ifeq ($(BUILD_VERBOSE),1) - Q = - else + ifeq ($(BUILD_VERBOSE),0) Q = @ + else + Q = endif -.PHONY: all clean distclean maintainer-clean install man tarball\ +.PHONY: dep all clean distclean maintainer-clean install man tarball\ .FORCE-GIT-VERSION-FILE -all: @executables@ $(man_pages) +all: dep @executables@ $(man_pages) +dep: $(deps) man: $(man_pages) tarball: $(tarball)