Tidied comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12510 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-12 18:38:39 +00:00
parent 058639d165
commit 1e1b872002

View file

@ -23,13 +23,13 @@
# #
# input variables: # input variables:
# #
# $(JAVA_OBJ_FILES), $(JAVA_JNI_OBJ_FILES), $(SUBPROJECT_OBJ_FILES) : # JAVA_OBJ_FILES, JAVA_JNI_OBJ_FILES, SUBPROJECT_OBJ_FILES :
# the list of object files (built by Instance/rules.make) # the list of object files (built by Instance/rules.make)
# #
# $(GNUSTEP_INSTANCE)_JAVA_PROPERTIES_FILES : the list of .properties files # $(GNUSTEP_INSTANCE)_JAVA_PROPERTIES_FILES : the list of .properties files
# to install together with the .java files # to install together with the .java files
# #
# $(GNUSTEP_SHARED_JAVA_INSTALLATION_DIR) : the base directory where to # GNUSTEP_SHARED_JAVA_INSTALLATION_DIR : the base directory where to
# install the files. # install the files.
# #