-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 08/05/2000
ext/i18n/make/Makefile was changed in version 1.33 to
remove the definition of ABS_JAR and to use the standard definition
of $(JAR) (plus a few other changes) to build the i18n.jar file. A
putback undid part that change, but did not redefine ABS_JAR:
< $(ABS_JAR) -cvf $@ -C $(TMPDIR)/classes sun
---
> $(JAR) -cvf $@ -C $(TMPDIR)/classes sun -C $(TMPDIR)/classes java
$(JAR) should be used instead.
This change would not have been tested by the execution of "gnumake all",
instead "gnumake all images" would be required.
======================================================================