From b45be614e527150a968bb1fe4fb982e59ba0398c Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Wed, 19 Nov 1997 20:47:26 +0000 Subject: [PATCH] Fixed minor problems. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2649 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ debugapp.in | 2 +- tool.make | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0541e931..7dfa20b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 19 10:58:28 1997 Ovidiu Predescu + + * 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 * application.make: Output the file containing the paths for the diff --git a/debugapp.in b/debugapp.in index 282ed198..071a62eb 100644 --- a/debugapp.in +++ b/debugapp.in @@ -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=*) diff --git a/tool.make b/tool.make index 17731c97..47fc44ad 100644 --- a/tool.make +++ b/tool.make @@ -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::