diff options
author | Guido van Rossum <guido@python.org> | 2002-08-09 19:18:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-08-09 19:18:25 (GMT) |
commit | ed2f725f7d61c0fd99a2386352058ae045021ffd (patch) | |
tree | d24267b3498d4c8d6409f9996de82c2b186f9841 | |
parent | 56d12661934cfa280abf4884528d9e481a2d7a01 (diff) | |
download | cpython-ed2f725f7d61c0fd99a2386352058ae045021ffd.zip cpython-ed2f725f7d61c0fd99a2386352058ae045021ffd.tar.gz cpython-ed2f725f7d61c0fd99a2386352058ae045021ffd.tar.bz2 |
Whitespace normalization.
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6d1af49..8bb3fc6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -516,7 +516,7 @@ test: all platform QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \ test_unicodedata test_re test_sre test_select test_poll \ - test_linuxaudiodev test_struct test_sunaudiodev test_zlib + test_linuxaudiodev test_struct test_sunaudiodev test_zlib quicktest: all platform -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f -$(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS) @@ -777,7 +777,7 @@ sharedinstall: # frameworkinstall: frameworkinstallframework \ frameworkinstallapps frameworkinstallunixtools - + # On install, we re-make the framework # structure in the install location, /Library/Frameworks/ or the argument to # --enable-framework. If --enable-framework has been specified then we have |