Fixed minor problems.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ovidiu 1997-11-19 20:47:26 +00:00
parent 93034c518a
commit d45fc5c446
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Wed Nov 19 10:58:28 1997 Ovidiu Predescu <ovidiu@net-community.com>
* debugapp.in: Changed library_combo variable to LIBRARY_COMBO.
* tool.make: When installing take the tool from GNUSTEP_OBJ_DIR.
Mon Nov 17 13:05:44 1997 Ovidiu Predescu <ovidiu@net-community.com>
* application.make: Output the file containing the paths for the

View file

@ -27,7 +27,7 @@ if [ -z "$1" ]; then
exit 1
fi
library_combo=@ac_cv_library_combo@
LIBRARY_COMBO=@ac_cv_library_combo@
case $1 in
--library-combo=*)

View file

@ -86,7 +86,7 @@ internal-install-dirs::
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(TOOL_INSTALLATION_DIR)
install-tool::
$(INSTALL_PROGRAM) -m 0755 $(INTERNAL_tool_NAME) \
$(INSTALL_PROGRAM) -m 0755 $(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME) \
$(TOOL_INSTALLATION_DIR);
internal-tool-uninstall::