[Python-checkins] CVS: python/dist/src/Grammar Makefile,1.3,1.4

Trent Mick python-dev@python.org
Wed, 16 Aug 2000 12:02:09 -0700


Update of /cvsroot/python/python/dist/src/Grammar
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19856/Grammar

Modified Files:
	Makefile 
Log Message:
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



Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Grammar/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile	1993/12/28 19:39:13	1.3
--- Makefile	2000/08/16 19:02:06	1.4
***************
*** 7,10 ****
--- 7,13 ----
  all:		install
  
+ # This target is used by the master Makefile to add the objects to the library
+ add2lib:
+ 
  install:	$(DESTH) $(DESTC)