]> granicus.if.org Git - python/commit
Protection agains non-existing subdirectories for clean and clobber
authorGuido van Rossum <guido@python.org>
Tue, 19 May 1998 21:15:03 +0000 (21:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 May 1998 21:15:03 +0000 (21:15 +0000)
commit15527e98cd6d72150dfde5287b7ead07643b372c
treebeee69bbdc021e670747b25127cad2982db7fc1a
parent110f3652d6ef7814ed397e120db5446e6147095b
Protection agains non-existing subdirectories for clean and clobber
targets.  On some platforms this would cause an infinite Make
recursion.  Also remove "Doc" from the SUBDIRSTOO variable, since it
no longer exists in the standard distribution.
Makefile.in