Added ifdef JAVA.

This commit is contained in:
Janet B. Anderson
2003-09-03 16:28:24 +00:00
parent 20565b03eb
commit 89717c16f4

View File

@@ -463,10 +463,12 @@ endif #ifdef PROD
# Java classes and packages
#
ifdef JAVA
DIRECTORY_TARGETS += $(INSTALL_JAVA)
ifdef PACKAGE
DIRECTORY_TARGETS += $(INSTALL_JAVA)/$(PACKAGE)
endif
endif
vpath %.class $(INSTALL_JAVA)/$(PACKAGE)