]> granicus.if.org Git - python/commit
'make' in Grammar too, so graminit.h and graminit.c get re-build when
authorThomas Wouters <thomas@python.org>
Fri, 11 Aug 2000 22:26:35 +0000 (22:26 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 11 Aug 2000 22:26:35 +0000 (22:26 +0000)
commit654698389d88366743b7eae06de0a0171b9aefd1
treeae0b6fc50709f19715a8822cbbecc876018475f1
parent0be5aab04d2f441323e8a7681f79137d26fd2e30
'make' in Grammar too, so graminit.h and graminit.c get re-build when
necessary. Do Grammar after Parser because Grammar needs Parser, and not the
other way 'round. This patch doesn't bother with dependencies because it's
tricky to get right (for instance for the modules that want graminit.h,
like cPickle) and other dependencies are broken to begin with.
Makefile.in