[Patches] [Patch #101176] add dummy 'add2lib' target to Grammar/Makefile

noreply@sourceforge.net noreply@sourceforge.net
Wed, 16 Aug 2000 12:02:36 -0700


Patch #101176 has been updated. 

Project: 
Category: Build
Status: Closed
Summary: add dummy 'add2lib' target to Grammar/Makefile

Follow-Ups:

Date: 2000-Aug-13 12:28
By: tmick

Comment:
On the UNIX build, the master makefile makes the 'add2lib' target in each subdir. This now includes Grammar, which currently has no 'add2lib' target. gmake reports:

make VERSION=2.0 add2lib
make[1]: Entering directory `/home/trentm/tmp/python.perliumdiff/python/dist/src/Grammar'
make[1]: *** No rule to make target `add2lib'.  Stop.
make[1]: Leaving directory `/home/trentm/tmp/python.perliumdiff/python/dist/src/Grammar'

and keeps going. Some other makes (e.g. the make on Monterey, other Unices?) just die.
-------------------------------------------------------

Date: 2000-Aug-15 11:02
By: tim_one

Comment:
Accepted and assigned back to Trent for checkin.  If it breaks something, tell people to yell at me <wink>.
-------------------------------------------------------

Date: 2000-Aug-16 12:02
By: tmick

Comment:
checked in and closed
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101176&group_id=5470