From: Trent Mick Date: Wed, 16 Aug 2000 19:02:06 +0000 (+0000) Subject: add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out X-Git-Tag: v2.0b1~419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f6e6c63ef84a5171b0c8f2e665d853c5cd99905;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Grammar/Makefile b/Grammar/Makefile index fe9eaa8bafda..a490284020d1 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: