fix error when building in not-silent mode

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11930 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-12 19:52:42 +00:00
parent 06aeca3586
commit 1fb0e173ff
1 changed files with 1 additions and 1 deletions

View 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