mirror of https://github.com/python/cpython
Don't delete glmodule.c on 'make clobber' (it's a checked in file!).
This commit is contained in:
parent
09cae1f8cd
commit
02759c03f1
|
@ -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…
Reference in New Issue