]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinko.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Feb 2007 12:33:27 +0000 (13:33 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Feb 2007 12:33:27 +0000 (13:33 +0100)
GNUmakefile.in

index 4bccec3f5f76ebaf4f9eaf10b076e2ba2fb9cc38..3ccaf3977d6b1ce82b33d2636af3dfbd67d21def 100644 (file)
@@ -229,8 +229,8 @@ test:
 
 
 test-baseline: test
-       if  test -d .git ; then \
-               @$(if $(shell git diff), echo "commit before base lining" && false,true) ; \
+       @if  test -d .git ; then \
+               $(if $(shell git diff), echo "commit before base lining" && false,true) ; \
        fi
        rm -rf input/regression/out-test-baseline
        mv input/regression/out-test input/regression/out-test-baseline