commit | 275529087d11d4f59ac5d07be9b13d6eca64a62e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 23 01:52:26 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 23 01:52:26 2001 +0000 |
tree | ab832ec08ff0117119dd3a5acbf890429eeec62d | |
parent | 578ceee04226d94322e29dbdb26c0919c8e18fa4 [diff] |
Fix some make errors during "make clobber" or "make distclean", caused by weird and (hopefully) unnecessary SET_CXX and SET_DLLLIBRARY macros that occurr at the start of Makefile.in files. - Also removed the already-commented-out SET_CCC macro cruft.