mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out
This closes patch: http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=101176&group_id=5470
This commit is contained in:
parent
0ebc1c6952
commit
9f6e6c63ef
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ DESTC= $(TOP)/Python/graminit.c
|
|||
|
||||
all: install
|
||||
|
||||
# This target is used by the master Makefile to add the objects to the library
|
||||
add2lib:
|
||||
|
||||
install: $(DESTH) $(DESTC)
|
||||
|
||||
depend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue