summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2000-08-16 19:02:06 +0000
committerTrent Mick <trentm@activestate.com>2000-08-16 19:02:06 +0000
commit9f6e6c63ef84a5171b0c8f2e665d853c5cd99905 (patch)
tree38342c4b8844ba718eb225a0bbc54e5ed7050972 /Grammar
parent0ebc1c695266a2031572f767e9b446aa50c831c2 (diff)
downloadcpython-git-9f6e6c63ef84a5171b0c8f2e665d853c5cd99905.tar.gz
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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Grammar/Makefile b/Grammar/Makefile
index fe9eaa8baf..a490284020 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: