mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Don't delete glmodule.c on 'make clobber' (it's a checked in file!).
This commit is contained in:
parent
09cae1f8cd
commit
02759c03f1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ clean:
|
|||
-rm -f *.o python core *~ [@,#]* *.old *.orig *.rej add2lib
|
||||
|
||||
clobber: clean
|
||||
-rm -f *.a tags TAGS config.c glmodule.c Makefile.pre
|
||||
-rm -f *.a tags TAGS config.c Makefile.pre
|
||||
-rm -f *.so *.sl so_locations
|
||||
|
||||
getpath.o: getpath.c Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue