Kaydet (Commit) 9f6e6c63 authored tarafından Trent Mick's avatar Trent Mick

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
üst 0ebc1c69
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment