Fixed incorrect comment in my last changelog entry

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-11-21 15:41:17 +00:00
parent dc4f940d63
commit 0705d424d3

View file

@ -2,7 +2,7 @@ Wed Nov 21 15:34:15 2001 Nicola Pero <nicola@brainstorm.co.uk>
* common.make (ADDITIONAL_JAVAFLAGS): Removed unused variable.
(INTERNAL_JAVACFLAGS): Defined to be `-g -deprecation' if
debug=yes, and `-O' if debug=no.
debug=yes, and `-O' otherwise.
* rules.make (ALL_JAVACFLAGS): Add INTERNAL_JAVACFLAGS. Do not
add -deprecation manually.