Make-lang.in (java/parse.o-warn): Remove.

* Make-lang.in (java/parse.o-warn): Remove.
	(java/jcf-io.o-warn): Remove.

From-SVN: r137604
This commit is contained in:
Tom Tromey 2008-07-07 23:53:44 +00:00 committed by Tom Tromey
parent e331b3e342
commit 73fd898b68
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2008-07-06 Tom Tromey <tromey@redhat.com>
* Make-lang.in (java/parse.o-warn): Remove.
(java/jcf-io.o-warn): Remove.
2008-07-05 Tom Tromey <tromey@redhat.com>
* jcf-io.c: Don't include fnmatch.h. Don't use JCF_USE_SCANDIR.

View File

@ -98,12 +98,6 @@ java-warn = $(STRICT_WARN)
# String length warnings
jvspec.o-warn = -Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
java/parse.o-warn = -Wno-error
# java/jcf-io.c contains a -Wc++compat warning.
java/jcf-io.o-warn = -Wno-error
jc1$(exeext): $(JAVA_OBJS) $(BACKEND) $(LIBDEPS) attribs.o
rm -f $@
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \