]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/testsuite'
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Mar 2011 11:20:29 +0000 (12:20 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Mar 2011 11:20:29 +0000 (12:20 +0100)
1  2 
Makefile.in

diff --cc Makefile.in
index c64b5ae7250ce5cceb178f39089319ae38894a11,a246f4c161832b7f182ea5a457cdc6d435768c4b..e6b6ecc27367d12f46d189c3c75036d09acc1bb6
@@@ -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)