add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out
authorTrent Mick <trentm@activestate.com>
Wed, 16 Aug 2000 19:02:06 +0000 (19:02 +0000)
committerTrent Mick <trentm@activestate.com>
Wed, 16 Aug 2000 19:02:06 +0000 (19:02 +0000)
This closes patch:
http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=101176&group_id=5470

Grammar/Makefile

index fe9eaa8bafdad67f48993c0c715bff1729a634b1..a490284020d1ef97919bc4ff1e203e85307a67df 100644 (file)
@@ -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: