]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix error when building in not-silent mode
authorMichael Jerris <mike@jerris.com>
Thu, 12 Feb 2009 19:52:42 +0000 (19:52 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 12 Feb 2009 19:52:42 +0000 (19:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11930 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/rules/silent.am

index 3bc6132ae4034e8dc00253263804f7f36f2801ea..7126e9c472c19ffc7b7621303efaa146002ae797 100644 (file)
@@ -34,7 +34,7 @@ endif
 endif
 
 .c.lo:
-       @test ${SOFIA_SILENT} != @ || echo '     LTCOMPILE $@'
+       @test "${SOFIA_SILENT}" != @ || echo '   LTCOMPILE $@'
 if am__fastdepCC
        ${SOFIA_SILENT}if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi