Further fix to properly include classes from the org.mozilla.classfile package in the generated .jar file.

Thanks to Andrew Wason <aw@softcom.com> for his continued work on the Rhino make system.
This commit is contained in:
mccabe%netscape.com 1999-08-03 00:25:30 +00:00
Родитель c9bb3589b3
Коммит 786d00b0e0
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -106,8 +106,10 @@ RESOURCES = $(RESOURCEDIR)/*.properties
# This must be evaluated in some context where the classes can be
# found; we can't use a simple translation from sources, because a
# .java file may produce more than one .class file.
# (use org/mozilla/classfile explicitly for now; should be replaced
# with something parameterized, but jar doesn't understand ..)
CLASSES = $(PATH_PREFIX)/*.class $(PATH_PREFIX)/regexp/*.class \
$(PATH_PREFIX)/../classfile/*.class
org/mozilla/classfile/*.class
# A class or set of classes as visible from the top level. For want
# of ${subst ,,}. This variable is only used to trigger dependency