File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ SO= @SO@
114114LDSHARED = @LDSHARED@
115115CCSHARED = @CCSHARED@
116116LINKFORSHARED = @LINKFORSHARED@
117- DESTSHARED = $(BINLIBDEST ) /sharedmodules
117+ DESTSHARED = $(BINLIBDEST ) /lib-dynload
118118
119119# Shell used by make (some versions default to the login shell, which is bad)
120120SHELL = /bin/sh
@@ -204,7 +204,7 @@ TESTOPTS=
204204TESTPROG = $(srcdir ) /Lib/test/regrtest.py
205205TESTPYTHON = ./python
206206test : python
207- -rm -f $(srcdir ) /Lib/test/* .pyc
207+ -rm -f $(srcdir ) /Lib/test/* .py[co]
208208 -PYTHONPATH= $(TESTPYTHON ) $(TESTPROG ) $(TESTOPTS )
209209 PYTHONPATH= $(TESTPYTHON ) $(TESTPROG ) $(TESTOPTS )
210210
@@ -295,7 +295,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
295295 do \
296296 case $$ i in \
297297 * CVS) ;; \
298- * .pyc ) ;; \
298+ * .py[co] ) ;; \
299299 * ~) ;; \
300300 * ) \
301301 if test -x $$ i; then \
You can’t perform that action at this time.
0 commit comments