mirror of https://github.com/python/cpython
Added (dummy) depend target
This commit is contained in:
parent
6085e32a75
commit
6d5ebe24ee
|
@ -8,6 +8,8 @@ all: install
|
||||||
|
|
||||||
install: $(DESTH) $(DESTC)
|
install: $(DESTH) $(DESTC)
|
||||||
|
|
||||||
|
depend:
|
||||||
|
|
||||||
$(DESTH): graminit.h
|
$(DESTH): graminit.h
|
||||||
cp graminit.h $(DESTH)
|
cp graminit.h $(DESTH)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue