diff options
author | Trent Mick <trentm@activestate.com> | 2000-08-16 19:02:06 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2000-08-16 19:02:06 (GMT) |
commit | 9f6e6c63ef84a5171b0c8f2e665d853c5cd99905 (patch) | |
tree | 38342c4b8844ba718eb225a0bbc54e5ed7050972 /Grammar | |
parent | 0ebc1c695266a2031572f767e9b446aa50c831c2 (diff) | |
download | cpython-9f6e6c63ef84a5171b0c8f2e665d853c5cd99905.zip cpython-9f6e6c63ef84a5171b0c8f2e665d853c5cd99905.tar.gz cpython-9f6e6c63ef84a5171b0c8f2e665d853c5cd99905.tar.bz2 |
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
Diffstat (limited to 'Grammar')
-rw-r--r-- | Grammar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Grammar/Makefile b/Grammar/Makefile index fe9eaa8..a490284 100644 --- a/Grammar/Makefile +++ b/Grammar/Makefile @@ -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: |