[Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed

This commit is contained in:
Andrew M. Kuchling 2006-10-27 18:15:02 +00:00
parent 738446f44d
commit 9627ce116f
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ platform: $(BUILDPYTHON)
# Build the shared modules
sharedmods: $(BUILDPYTHON)
case $$MAKEFLAGS in \
@case $$MAKEFLAGS in \
*-s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q build;; \
*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py build;; \
esac