Delete an obsolete comment about setting `GRADEFLAGS-foo_init'

Estimated hours taken: 0.25

tests/Mmake.common:
samples/tests/Mmake.common:
	Delete an obsolete comment about setting `GRADEFLAGS-foo_init'
	(that isn't needed anymore, since Mmake handles it automatically --
	you only need to set `GRADEFLAGS-foo'.)
This commit is contained in:
Fergus Henderson
2000-02-16 07:30:13 +00:00
parent f9b942b30e
commit 0693c176a2
2 changed files with 2 additions and 4 deletions

View File

@@ -3,8 +3,7 @@
#
# Note: Mmake lets you override MCFLAGS for a particular file by setting
# MCFLAGS-foo. Similarly, you can override GRADEFLAGS for a particular
# file by setting both GRADEFLAGS-foo and (for compiling the foo_init.c
# file) GRADEFLAGS-foo_init.
# file by setting both GRADEFLAGS-foo.
#
# override this with `mmake HAVE_NUPROLOG=yes'