Updated comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14884 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-31 13:01:42 +00:00
parent 2aeb0455f7
commit ec1a3ac1f0

View file

@ -47,13 +47,6 @@
# be $(APP_INSTALL_DIR); for a library or tool, $(LIBRARY_INSTALL_DIR),
# or $(TOOL_INSTALL_DIR).
#
# GNUSTEP_SHARED_BUNDLE_PRESERVE_LINK_PATH : the path
# to a symlink to preserve when installing. Normally symlinks are
# dereferenced, but we have support to preserve a single symlink.
# This is used when building bundles on MacOSX. If not set, it's
# ignored. (not supported yet, which is why Instance/bundle.make
# is not using the facilities of this file to install the bundle)
#
# $(GNUSTEP_INSTANCE)_RESOURCE_FILES : a list of resource files to install.
# They are recursively copied (/symlinked), so it might also include dirs.
#