6721425: jconsole Makefile clean rule is missing rm of generated Version.java
Reviewed-by: alanb, jbachorik
This commit is contained in:
parent
06e0c4e161
commit
2fb1ac860c
@ -94,4 +94,5 @@ $(JARFILE): $(LIBDIR) $(FILES_class) $(FILES_png) $(FILES_gif) $(FILES_prop) $(T
|
||||
|
||||
clean clobber::
|
||||
$(RM) $(TEMPDIR)/manifest $(JARFILE)
|
||||
$(RM) $(GENSRCDIR)/sun/tools/jconsole/Version.java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user